@charset "UTF-8";
body {
  font-family: "游ゴシック体", "Yu Gothic", Yu Gothic, "メイリオ", "Meiryo", sans-serif;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 751px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 751px) {
  .u-mobile {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
    font-family: "游ゴシック体", "Yu Gothic", Yu Gothic, "メイリオ", "Meiryo", sans-serif;
  }
}
@media screen and (min-width: 751px) {
  html {
    font-size: 1.3333333333vw;
    font-family: "游ゴシック体", "Yu Gothic", Yu Gothic, "メイリオ", "Meiryo", sans-serif;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
    font-family: "游ゴシック体", "Yu Gothic", Yu Gothic, "メイリオ", "Meiryo", sans-serif;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  a:hover {
    opacity: 0.8;
  }
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

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

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

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

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

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

.anim-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}

.anim-left.is-animated {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.anim-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
}

.anim-right.is-animated {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.area__title {
  font-size: 20px;
  font-size: 1.25rem;
  color: #707070;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
}
@media screen and (min-width: 751px) {
  .area__title {
    font-size: 1.625rem;
    line-height: 1.15384;
  }
}

.area__item {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 751px) {
  .area__item {
    margin-top: 0;
  }
}

.area__title {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 751px) {
  .area__title {
    font-size: 1.625rem;
  }
}

.area__text,
.area__box-title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71428;
  color: #707070;
}
@media screen and (min-width: 751px) {
  .area__text,
.area__box-title {
    font-size: 1.125rem;
    line-height: 1.66666;
  }
}

.area__box--top {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 751px) {
  .area__box--top {
    margin-top: 3.75rem;
  }
}

.area__text--top:first-child {
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 751px) {
  .area__text--top:first-child {
    margin-top: 0;
  }
}

.area__text--top:nth-child(n+2) {
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (min-width: 751px) {
  .area__text--top:nth-child(n+2) {
    margin-top: 1.875rem;
  }
}

.area__img--top {
  margin-top: 75px;
  margin-top: 4.6875rem;
}

.area__img--bottom {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (min-width: 751px) {
  .area__img--bottom {
    margin-top: 7.5rem;
  }
}

.area__img {
  position: relative;
  display: block;
}
@media screen and (min-width: 751px) {
  .area__img {
    position: relative;
    display: block;
    width: 76%;
    margin-left: auto;
    margin-right: auto;
  }
}

.area__img::before {
  content: "";
  display: block;
  padding-top: 119%;
}

.area__img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (min-width: 751px) {
  .area__img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}

.area__img.area__img--bottom {
  position: relative;
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 751px) {
  .area__img.area__img--bottom {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}

.area__img--bottom::before {
  padding-top: 100%;
}
@media screen and (min-width: 751px) {
  .area__img--bottom::before {
    padding-top: 80%;
  }
}

.area__img--bottom iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}

.br-index-media {
  display: none;
}
@media screen and (min-width: 751px) {
  .br-index-media {
    display: block;
  }
}

.br-about-pc {
  display: none;
}
@media screen and (min-width: 751px) {
  .br-about-pc {
    display: block;
  }
}

@media screen and (min-width: 751px) {
  .br__about-sp {
    display: none;
  }
}

.br-headplant-bc {
  display: none;
}
@media screen and (min-width: 751px) {
  .br-headplant-bc {
    display: block;
  }
}

@media screen and (min-width: 751px) {
  .br-computer {
    display: none;
  }
}

.br__head-plant {
  display: none;
}

@media screen and (min-width: 751px) {
  .br__ogose-plant {
    display: none;
  }
}

@media screen and (min-width: 751px) {
  .br__hidaka-plant {
    display: none;
  }
}

@media screen and (min-width: 751px) {
  .br-branch__item {
    display: none;
  }
}

@media screen and (min-width: 751px) {
  .br-area {
    display: none;
  }
}

@media screen and (min-width: 751px) {
  .br-results {
    display: none;
  }
}

@media screen and (min-width: 751px) {
  .br-contact {
    display: none;
  }
}

.br-contact-pc {
  display: none;
}
@media screen and (min-width: 751px) {
  .br-contact-pc {
    display: block;
  }
}

.branch {
  margin-top: 121.5px;
  margin-top: 7.59375rem;
}

.branch__title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #008d7f;
  line-height: 0.625;
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  .branch__title {
    font-size: 1.75rem;
    line-height: 1.0714;
  }
}

.branch__item {
  margin-top: 15px;
  margin-top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 751px) {
  .branch__item {
    margin-top: 1.5625rem;
  }
}

.branch-box__title {
  font-size: 20px;
  font-size: 1.25rem;
  color: #008d7f;
  line-height: 1.5;
  font-weight: normal;
}
@media screen and (min-width: 751px) {
  .branch-box__title {
    font-size: 1.5rem;
  }
}

.branch__texts {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 751px) {
  .branch__texts {
    margin-top: 0.1875rem;
  }
}

.branch__text {
  margin-bottom: -2px;
  margin-bottom: -0.125rem;
}
@media screen and (min-width: 751px) {
  .branch__text {
    margin-bottom: -0.25rem;
  }
}

.branch__text:last-child {
  margin-bottom: 0;
}

.breadcrumb {
  margin-top: 51px;
  margin-top: 3.1875rem;
}
@media screen and (min-width: 751px) {
  .breadcrumb {
    margin-top: 3.4375rem;
  }
}

.breadcrumb-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb-item {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.36363;
  letter-spacing: 0;
  color: #707070;
  padding: 0;
}
@media screen and (min-width: 751px) {
  .breadcrumb-item {
    padding: 0 0.375rem;
    font-size: 0.75rem;
    line-height: 1.25;
  }
}

.breadcrumb-item:first-child {
  padding-left: 0;
}

.breadcrumb-item--color {
  color: #008d7f;
}

.btn {
  padding: 6px 30px 7px 7px;
  padding: 0.375rem 1.875rem 0.4375rem 0.4375rem;
  font-size: 9.795px;
  font-size: 0.6121875rem;
  font-weight: bold;
  background-color: #707070;
  line-height: 1;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn:hover {
  opacity: 0.8;
}
@media screen and (min-width: 751px) {
  .btn {
    padding: 0.75rem 2rem 0.75rem 0.9375rem;
    font-size: 1rem;
  }
}

.btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 6%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 8px solid #fcc800;
}
@media screen and (min-width: 751px) {
  .btn::before {
    right: 20px;
    border: 5px solid transparent;
    border-left: 8px solid #fcc800;
  }
}

@media screen and (max-width: 750px) {
  .btn.btn--big {
    padding: 0.625rem 1.25rem 0.625rem 0.9375rem;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 750px) {
  .btn.btn--big::before {
    right: 9%;
  }
}

.column {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 751px) {
  .column {
    grid-template-columns: 1fr 3fr;
  }
}

.column__item {
  font-size: 12.935px;
  font-size: 0.8084375rem;
  font-weight: bold;
  line-height: 3.2;
  color: #777777;
  position: relative;
  padding-left: 17.5px;
  padding-left: 1.09375rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 751px) {
  .column__item {
    font-size: 1.125rem;
    padding-left: 2.8125rem;
  }
}

.column__item:last-child {
  line-height: 3.3;
}

.column__item p:last-child {
  line-height: 0;
}

.column__item.column__item--narrow {
  line-height: 3.3;
}
@media screen and (min-width: 751px) {
  .column__item.column__item--narrow {
    line-height: 1.5;
  }
}

.column__item.column__item--contact {
  line-height: 3.2;
  padding-bottom: 0;
}
@media screen and (min-width: 751px) {
  .column__item.column__item--contact {
    line-height: 1.5;
    padding-bottom: 0.625rem;
  }
}

.column__right {
  margin-top: 95px;
  margin-top: 5.9375rem;
}
@media screen and (min-width: 751px) {
  .column__right {
    margin-top: 0.9375rem;
    max-width: 56.25rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.column-right.column__right--headPlant {
  margin-top: 110px;
  margin-top: 6.875rem;
}
@media screen and (min-width: 751px) {
  .column-right.column__right--headPlant {
    margin-top: 0.625rem;
  }
}

.column__right--ogose,
.column__right--hidaka {
  margin-top: 90px;
  margin-top: 5.625rem;
}
@media screen and (min-width: 751px) {
  .column__right--ogose,
.column__right--hidaka {
    margin-top: 0.625rem;
  }
}

.column-right.column-right--about {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 751px) {
  .column-right.column-right--about {
    margin-top: 0;
  }
}

.column__right.column__right--computer {
  margin-top: 89px;
  margin-top: 5.5625rem;
}
@media screen and (min-width: 751px) {
  .column__right.column__right--computer {
    margin-top: 0.625rem;
  }
}

.column__right.column__right--plant {
  margin-top: 95px;
  margin-top: 5.9375rem;
}
@media screen and (min-width: 751px) {
  .column__right.column__right--plant {
    margin-top: 0.9375rem;
  }
}

.column__right.column__right--transport {
  margin-top: 97px;
  margin-top: 6.0625rem;
}
@media screen and (min-width: 751px) {
  .column__right.column__right--transport {
    margin-top: 0.9375rem;
  }
}

.column__right.column__right--area {
  margin-top: 75px;
  margin-top: 4.6875rem;
}
@media screen and (min-width: 751px) {
  .column__right.column__right--area {
    margin-top: 0.9375rem;
  }
}

.column__right.column__right--product {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 751px) {
  .column__right.column__right--product {
    margin-top: 0.9375rem;
  }
}

.column__right.column__right--results {
  margin-top: 65px;
  margin-top: 4.0625rem;
}
@media screen and (min-width: 751px) {
  .column__right.column__right--results {
    margin-top: 0.9375rem;
  }
}

.column__right.column__right--recruit {
  margin-top: 90px;
  margin-top: 5.625rem;
}
@media screen and (min-width: 751px) {
  .column__right.column__right--recruit {
    margin-top: 0.9375rem;
  }
}

.column__right.column__right--contact {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 751px) {
  .column__right.column__right--contact {
    margin-top: 0;
  }
}

.column__item.is-changed {
  color: #777;
}
@media screen and (min-width: 751px) {
  .column__item.is-changed {
    color: #008d7f;
  }
}

.column__item--dot {
  position: absolute;
  top: 44%;
  bottom: 0;
  background-color: #008d7f;
  border-radius: 50%;
  left: 0;
  bottom: 0;
  background-color: #008d7f;
  border-radius: 50%;
  width: 7px;
  width: 0.4375rem;
  height: 7px;
  height: 0.4375rem;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (min-width: 751px) {
  .column__item--dot {
    opacity: 0;
    left: 5%;
    width: 0.625rem;
    height: 0.625rem;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

.column__item--dot-green {
  opacity: 1;
}

.column__item--dot-green.is-none {
  opacity: 1;
}
@media screen and (min-width: 751px) {
  .column__item--dot-green.is-none {
    opacity: 0;
  }
}

.column__item--dot.is-changed {
  display: block;
  position: absolute;
  top: 44%;
  bottom: 0;
  background-color: #008d7f;
  border-radius: 50%;
  left: 0;
  bottom: 0;
  background-color: #008d7f;
  border-radius: 50%;
  width: 7px;
  width: 0.4375rem;
  height: 7px;
  height: 0.4375rem;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  color: #008d7f;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
@media screen and (min-width: 751px) {
  .column__item--dot.is-changed {
    left: 5%;
    width: 0.625rem;
    height: 0.625rem;
  }
}

.computer--top {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (min-width: 751px) {
  .computer--top {
    margin-top: 5.9375rem;
  }
}

.computer__title,
.computer__items {
  font-size: 14px;
  font-size: 0.875rem;
  color: #707070;
  line-height: 1.71428;
}
@media screen and (min-width: 751px) {
  .computer__title,
.computer__items {
    font-size: 1.125rem;
    line-height: 1.66666;
  }
}

.overview__item p {
  margin-right: 15px;
  margin-right: 0.9375rem;
}
@media screen and (min-width: 751px) {
  .overview__item p {
    margin-right: 1.5625rem;
  }
}

.contact__item {
  margin-top: 100px;
  margin-top: 6.25rem;
}

.contact__item:first-child {
  margin-top: 0;
}

.contact__item.contact__item--ogose {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (min-width: 751px) {
  .contact__item.contact__item--ogose {
    margin-top: 6.875rem;
  }
}

.contact__item.contact__item--hidaka {
  margin-top: 92px;
  margin-top: 5.75rem;
}
@media screen and (min-width: 751px) {
  .contact__item.contact__item--hidaka {
    margin-top: 7.1875rem;
  }
}

.contact__item.contact__item--form {
  margin-top: 93px;
  margin-top: 5.8125rem;
}
@media screen and (min-width: 751px) {
  .contact__item.contact__item--form {
    margin-top: 6.875rem;
  }
}

.contact__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.071428;
  color: #008d7f;
}
@media screen and (min-width: 751px) {
  .contact__title {
    font-size: 1.75rem;
  }
}

.contact__contents {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.contact__content {
  display: block;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 751px) {
  .contact__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2.375rem;
  }
}

.contact__content:first-child {
  margin-top: 0;
}

.contact__content-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  width: 100%;
  text-align: left;
  color: #777777;
}
@media screen and (min-width: 751px) {
  .contact__content-title {
    text-align: center;
    font-size: 1.125rem;
    font-weight: bold;
    width: 28%;
  }
}

.contact__content-mail {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 751px) {
  .contact__content-mail {
    font-size: 0.875rem;
  }
}

.contact__content-mail span {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 751px) {
  .contact__content-mail span {
    font-size: 1.125rem;
  }
}

.contact__content-detail {
  margin-top: 25px;
  margin-top: 1.5625rem;
  margin-left: 0;
  color: #008d7f;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.25;
  width: 100%;
  white-space: nowrap;
}
@media screen and (min-width: 751px) {
  .contact__content-detail {
    width: 64.4444%;
    color: #008d7f;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.25;
    margin-top: 0;
    margin-left: auto;
  }
}

.contact__content-detail a {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contact__content-detail a:hover {
  opacity: 0.8;
}

.contact__content-detail-mail {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 751px) {
  .contact__content-detail-mail {
    font-size: 1.5rem;
  }
}

.contact__text-wrap {
  margin-top: 38px;
  margin-top: 2.375rem;
}

.contact__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #707070;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 751px) {
  .contact__text {
    font-size: 1.125rem;
    font-weight: bold;
  }
}

.contact__text--bottom {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 751px) {
  .contact__text--bottom {
    margin-top: 0.9375rem;
  }
}

.contents {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 751px) {
  .contents {
    margin-top: 5.3125rem;
  }
}

.contents.contents--contact {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 751px) {
  .contents.contents--contact {
    margin-top: 5.3125rem;
  }
}

.contents__inner {
  max-width: 1240px;
  width: 100%;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 751px) {
  .contents__inner {
    max-width: 1280px;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.contents-body__items {
  position: sticky;
  top: 80px;
  top: 5rem;
}

.copyright {
  margin-top: 0;
  text-align: center;
  padding: 30px 0;
  padding: 1.875rem 0;
}
@media screen and (max-width: 750px) {
  .copyright {
    padding: 0.9375rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .copyright {
    margin-top: 7.5rem;
  }
}

.copyright-text {
  color: #fff;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.25;
}
@media screen and (max-width: 750px) {
  .copyright-text {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .copyright-text {
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    line-height: 2.14285;
  }
}

.data__title,
.data__items {
  font-size: 14px;
  font-size: 0.875rem;
  color: #707070;
  line-height: 1.71428;
}
@media screen and (min-width: 751px) {
  .data__title,
.data__items {
    font-size: 1.125rem;
    line-height: 1.66666;
  }
}

.data__item ul li {
  padding-left: 30px;
  padding-left: 1.875rem;
}

.data__item-type {
  margin-right: 30px;
  margin-right: 1.875rem;
}

.document {
  margin-top: 46px;
  margin-top: 2.875rem;
}
@media screen and (min-width: 751px) {
  .document {
    margin-top: 8.75rem;
  }
}

.document__inner {
  max-width: 1220px;
  padding: 0 10px;
  padding: 0 0.625rem;
  width: 100%;
  margin: 0 auto;
}

.document__title {
  font-size: 17.5px;
  font-size: 1.09375rem;
  font-weight: bold;
  line-height: 0.85714;
  color: #008d7f;
}
@media screen and (min-width: 751px) {
  .document__title {
    font-size: 1.875rem;
    line-height: 1;
  }
}

.document__wrap {
  border: 2.5px solid #008d7f;
  border-radius: 5px;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 751px) {
  .document__wrap {
    border: 5px solid #008d7f;
    margin-top: 2.5625rem;
    padding: 2.5rem 0rem;
  }
}

.document__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  color: #707070;
  line-height: 1.363;
}
@media screen and (min-width: 751px) {
  .document__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 100px);
    margin: 0 auto;
  }
}

.document__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.07142;
}
@media screen and (min-width: 751px) {
  .document__item {
    font-size: 1.375rem;
    line-height: 1.363636;
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    white-space: nowrap;
  }
}

.document__item::after {
  content: "";
  position: absolute;
  left: 5px;
  left: 0.3125rem;
  bottom: 0;
  width: 97%;
  height: 1px;
  height: 0.0625rem;
  background-color: #008d7f;
}
@media screen and (min-width: 751px) {
  .document__item::after {
    display: none;
  }
}

.document__item a {
  padding: 11px 0;
  padding: 0.6875rem 0;
  padding-left: 5px;
  padding-left: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .document__item a {
    padding: 0;
  }
}

@media screen and (min-width: 1200px) {
  .document__item:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.document__item:last-child {
  margin-top: 0;
}
@media screen and (min-width: 751px) {
  .document__item:last-child {
    margin-top: 2.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.document__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.document__item a img {
  width: 25px;
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media screen and (min-width: 1200px) {
  .document__item a img {
    width: 1.875rem;
  }
}

.document__item-arrow {
  position: relative;
  padding-right: 10px;
  padding-right: 0.625rem;
}

.document__item-arrow::after {
  content: "";
  position: absolute;
  top: 50%; /* 縦軸をセンタリングする */
  right: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); /* 縦軸をセンタリングする */
  border: 12px solid transparent;
  border-left: 15px solid #fcc800;
}

.equipment__item {
  font-size: 14px;
  font-size: 0.875rem;
  color: #707070;
  line-height: 1.71428;
}
@media screen and (min-width: 751px) {
  .equipment__item {
    font-size: 1.125rem;
    line-height: 1.66666;
    letter-spacing: 0.05em;
  }
}

.equipment__item ul li {
  padding-left: 23px;
  padding-left: 1.4375rem;
}
@media screen and (min-width: 751px) {
  .equipment__item ul li {
    padding-left: 1.5rem;
  }
}

.explain--top {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (min-width: 751px) {
  .explain--top {
    margin-top: 5.9375rem;
  }
}

.explain--top:nth-child(n+2) {
  margin-top: 96px;
  margin-top: 6rem;
}
@media screen and (min-width: 751px) {
  .explain--top:nth-child(n+2) {
    margin-top: 6rem;
  }
}

.explain--top2 {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 751px) {
  .explain--top2 {
    margin-top: 3.75rem;
  }
}

.explain--top3 {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 751px) {
  .explain--top3 {
    margin-top: 3.4375rem;
  }
}

.explan__text-wrap {
  margin-top: 22px;
  margin-top: 1.375rem;
}

.explain__title,
.explain__body,
.explain__text {
  font-size: 14px;
  font-size: 0.875rem;
  color: #707070;
  line-height: 1.71428;
}
@media screen and (min-width: 751px) {
  .explain__title,
.explain__body,
.explain__text {
    font-size: 1.125rem;
    line-height: 1.66666;
  }
}

.explain__text.explain__text--indent {
  text-indent: 16px;
  text-indent: 1rem;
}
@media screen and (min-width: 751px) {
  .explain__text.explain__text--indent {
    text-indent: 0;
  }
}

.explain__item p {
  margin-right: 0;
}
@media screen and (min-width: 751px) {
  .explain__item p {
    margin-right: 1.5625rem;
  }
}

.explain__item {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 751px) {
  .explain__item {
    margin-top: 2rem;
  }
}

.facility {
  display: grid;
  grid-template-columns: 1fr;
  gap: 44.5px;
  gap: 2.78125rem;
}
@media screen and (min-width: 751px) {
  .facility {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}

.facility--top {
  margin-top: 95px;
  margin-top: 5.9375rem;
}
@media screen and (min-width: 751px) {
  .facility--top {
    margin-top: 5rem;
  }
}

.facility.facility__hidaka--top {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 751px) {
  .facility.facility__hidaka--top {
    margin-top: 4.875rem;
  }
}

.facility__img {
  position: relative;
  display: block;
}

.facility__img2 {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 751px) {
  .facility__img2 {
    margin-top: 0;
  }
}

.facility__img3 {
  margin-top: 7px;
  margin-top: 0.4375rem;
}
@media screen and (min-width: 751px) {
  .facility__img3 {
    margin-top: 1.875rem;
  }
}

.facility__img4 {
  margin-top: 13px;
  margin-top: 0.8125rem;
}
@media screen and (min-width: 751px) {
  .facility__img4 {
    margin-top: 1.875rem;
  }
}

.facility__img5 {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 751px) {
  .facility__img5 {
    margin-top: 1.875rem;
  }
}

.facility__img6 {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 751px) {
  .facility__img6 {
    margin-top: 1.875rem;
  }
}

.facility__img::before {
  content: "";
  display: block;
  padding-top: 69%;
}
@media screen and (min-width: 751px) {
  .facility__img::before {
    padding-top: 69.7674%;
  }
}

.facility__img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}

.facility__img--top {
  margin-top: 0;
}
@media screen and (min-width: 751px) {
  .facility__img--top {
    margin-top: 0;
  }
}

.facility__img--top:nth-child(n+3) {
  margin-top: 0;
}
@media screen and (min-width: 751px) {
  .facility__img--top:nth-child(n+3) {
    margin-top: 2.1875rem;
  }
}

.facility__img--top:first-child {
  margin-top: 0;
}

.feature {
  margin-top: 0;
}

.feature--top {
  margin-top: 100px;
  margin-top: 6.25rem;
}

.feature__content {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 751px) {
  .feature__content {
    margin-top: 5rem;
  }
}

.feature__content-inner {
  padding: 0 25px;
  padding: 0 1.5625rem;
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
}

.feature__content:first-child {
  margin-top: 0;
}

.feature__content2 {
  margin-top: 140px;
  margin-top: 8.75rem;
}

.feature__content-inner2 {
  padding: 0 25px;
  padding: 0 1.5625rem;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.feature__content2:first-child {
  margin-top: 0;
}

.fix-img {
  max-width: 1200px;
  width: 100%;
  margin: 160px auto 0;
  margin: 10rem auto 0;
  padding: 0 25px;
  padding: 0 1.5625rem;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .fix-img {
    margin: 11.25rem auto 0;
  }
}

.fix-img img {
  width: 90px;
  width: 5.625rem;
  position: absolute;
  left: 10px;
  left: 0.625rem;
  bottom: 0;
}
@media screen and (min-width: 1200px) {
  .fix-img img {
    width: 8.125rem;
    left: 4.375rem;
  }
}

.fix-img--lower {
  margin-top: 175px;
  margin-top: 10.9375rem;
}
@media screen and (min-width: 1200px) {
  .fix-img--lower {
    margin-top: 11.25rem;
  }
}

.fix__img--results {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (min-width: 1200px) {
  .fix__img--results {
    margin-top: 11.25rem;
  }
}

.flow__computer {
  margin-top: 103px;
  margin-top: 6.4375rem;
}
@media screen and (min-width: 751px) {
  .flow__computer {
    margin-top: 6.125rem;
  }
}

.flow__plant {
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (min-width: 751px) {
  .flow__plant {
    margin-top: 5.9375rem;
  }
}

.flow__plant-title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #008d7f;
  line-height: 1.0714;
  font-weight: bold;
  text-align: left;
}
@media screen and (min-width: 751px) {
  .flow__plant-title {
    font-size: 1.75rem;
  }
}

.flow__plant-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71428;
  color: #707070;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 751px) {
  .flow__plant-text {
    font-size: 1.125rem;
    line-height: 0.83333;
    margin-top: 2.5rem;
  }
}

.flow__plant-text--none {
  display: none;
}
@media screen and (min-width: 751px) {
  .flow__plant-text--none {
    display: block;
  }
}

.flow__plant-img {
  display: block;
  margin-top: 40px;
  margin-top: 2.5rem;
  position: relative;
}
@media screen and (min-width: 751px) {
  .flow__plant-img {
    margin-top: 3.125rem;
  }
}

.flow__plant-img::before {
  content: "";
  display: block;
  padding-top: 66.6666%;
}
@media screen and (min-width: 751px) {
  .flow__plant-img::before {
    padding-top: 43.3333%;
  }
}

.flow__plant-img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
}
@media screen and (min-width: 751px) {
  .flow__plant-img img {
    height: 24.375rem;
  }
}

.flow__img--ogose::before,
.flow__img--hidaka::before {
  padding-top: 77.3333%;
}
@media screen and (min-width: 751px) {
  .flow__img--ogose::before,
.flow__img--hidaka::before {
    padding-top: 77.3333%;
  }
}

.flow {
  margin-top: 0;
}
@media screen and (min-width: 751px) {
  .flow {
    margin-top: 0;
  }
}

.flow__title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #707070;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.11em;
}
@media screen and (min-width: 751px) {
  .flow__title {
    font-size: 1.375rem;
    line-height: 1.363636;
    letter-spacing: 0;
  }
}

.flow__title--green {
  font-size: 24px;
  font-size: 1.5rem;
  color: #008d7f;
  line-height: 1.0714;
  font-weight: bold;
  text-align: left;
}
@media screen and (min-width: 751px) {
  .flow__title--green {
    font-size: 1.75rem;
  }
}

.flow__title--computer {
  font-size: 20px;
  font-size: 1.25rem;
  color: #707070;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (min-width: 751px) {
  .flow__title--computer {
    font-size: 1.625rem;
    line-height: 1.15384;
    letter-spacing: 0;
  }
}

.flow__title--headplant,
.flow__headTitle--ogose,
.flow__headTitle--hidaka {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 751px) {
  .flow__title--headplant,
.flow__headTitle--ogose,
.flow__headTitle--hidaka {
    font-size: 1.625rem;
  }
}

.flow__headTitle--hidaka {
  letter-spacing: 0;
}

.flow__img {
  margin-top: 41px;
  margin-top: 2.5625rem;
  position: relative;
  display: block;
}
@media screen and (min-width: 751px) {
  .flow__img {
    margin-top: 2.875rem;
  }
}

.flow__img::before {
  content: "";
  display: block;
  padding-top: 66.66666%;
}
@media screen and (min-width: 751px) {
  .flow__img::before {
    padding-top: 43.3333%;
  }
}

.flow__img--ogose::before {
  padding-top: 98.507%;
  display: block;
}
@media screen and (min-width: 751px) {
  .flow__img--ogose::before {
    padding-top: 76.6666%;
  }
}

.flow__img--hidaka::before {
  padding-top: 77.3333%;
  display: block;
}
@media screen and (min-width: 751px) {
  .flow__img--hidaka::before {
    padding-top: 71%;
  }
}

.flow__img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

.flow__img--hidaka img {
  height: auto;
}
@media screen and (min-width: 751px) {
  .flow__img--hidaka img {
    height: 100%;
  }
}

.flow__img--ogose img {
  height: 100%;
}
@media screen and (min-width: 751px) {
  .flow__img--ogose img {
    height: auto;
  }
}

.flow__img--top {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 751px) {
  .flow__img--top {
    margin-top: 1.875rem;
  }
}

.flow__img--process img {
  height: auto;
}

.flow__img.flow__img--bottom {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (min-width: 751px) {
  .flow__img.flow__img--bottom {
    margin-top: 0.625rem;
  }
}

.flow__img.flow__img--bottom img {
  height: auto;
}

.flow__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71428;
  color: #707070;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 751px) {
  .flow__text {
    font-size: 1.125rem;
    line-height: 0.83333;
    margin-top: 2.5rem;
  }
}

.flow__text--none {
  display: none;
}
@media screen and (min-width: 751px) {
  .flow__text--none {
    display: block;
  }
}

.flow__text--bottom {
  text-align: right;
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media screen and (min-width: 751px) {
  .flow__text--bottom {
    margin-top: 0.625rem;
  }
}

.flow__text--ogose,
.flow__text--hidaka {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 751px) {
  .flow__text--ogose,
.flow__text--hidaka {
    margin-top: 3.75rem;
  }
}

.flow__item:nth-child(2) {
  margin-top: 95px;
  margin-top: 5.9375rem;
}
@media screen and (min-width: 751px) {
  .flow__item:nth-child(2) {
    margin-top: 5.625rem;
  }
}

.flow__item:nth-child(3) {
  margin-top: 95px;
  margin-top: 5.9375rem;
}
@media screen and (min-width: 751px) {
  .flow__item:nth-child(3) {
    margin-top: 4.375rem;
  }
}

.flow__item.flow__item--process {
  margin-top: 88px;
  margin-top: 5.5rem;
}

.flow__item.flow__item--process2 {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 751px) {
  .flow__item.flow__item--process2 {
    margin-top: 4.375rem;
  }
}

.flow__item.flow__item--ogose {
  margin-top: 90px;
  margin-top: 5.625rem;
}
@media screen and (min-width: 751px) {
  .flow__item.flow__item--ogose {
    margin-top: 6.25rem;
  }
}

.flow__item.flow__item--hidaka {
  margin-top: 73px;
  margin-top: 4.5625rem;
}
@media screen and (min-width: 751px) {
  .flow__item.flow__item--hidaka {
    margin-top: 6.25rem;
  }
}

.flow__title-sub {
  font-size: 14px;
  font-size: 0.875rem;
  color: #707070;
  line-height: 1.71428;
}
@media screen and (min-width: 751px) {
  .flow__title-sub {
    font-size: 1.125rem;
    line-height: 1.66666;
  }
}

.flow__box--border {
  display: block;
  padding: 15px 10px 45px;
  padding: 0.9375rem 0.625rem 2.8125rem;
  border: 1px solid #bbbbbb;
  margin-top: 38px;
  margin-top: 2.375rem;
}
@media screen and (min-width: 751px) {
  .flow__box--border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.875rem 1.0625rem 1.6875rem 0.9375rem;
    margin-top: 1.875rem;
  }
}

.flow__box-list {
  margin-right: 0;
}

.flow__box-list2 {
  width: 100%;
  display: block;
  margin-top: 0;
}
@media screen and (min-width: 751px) {
  .flow__box-list2 {
    width: 28.57%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.flow__box-img--small {
  position: relative;
  display: block;
  margin-top: -20px;
  margin-top: -1.25rem;
}
@media screen and (min-width: 751px) {
  .flow__box-img--small {
    margin-top: 4.0625rem;
  }
}

.flow__box-img--small::before {
  content: "";
  display: block;
  padding-top: 77%;
}
@media screen and (min-width: 751px) {
  .flow__box-img--small::before {
    padding-top: 70.8333%;
  }
}

.flow__box-img--small img {
  position: absolute;
  top: 50%;
  left: -70%;
  bottom: 0;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  width: 80%;
  height: auto;
}
@media screen and (min-width: 751px) {
  .flow__box-img--small img {
    width: 15rem;
    height: 10.625rem;
  }
}

.flow__box-img--small:nth-child(1) {
  margin-top: 0;
}
@media screen and (min-width: 751px) {
  .flow__box-img--small:nth-child(1) {
    margin-top: 0;
  }
}

.flow-btn {
  margin-top: 28px;
  margin-top: 1.75rem;
  text-align: right;
  width: 175px;
  width: 10.9375rem;
  margin-left: auto;
}
@media screen and (min-width: 751px) {
  .flow-btn {
    margin-top: 2.5rem;
    width: 13.125rem;
  }
}

.flow__box-item {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 751px) {
  .flow__box-item {
    margin-top: 1.75rem;
  }
}

.flow__box-item:first-child {
  margin-top: 0;
}

.footer {
  background-color: #008d7f;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
  position: relative;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.footer__inner {
  display: none;
}
@media screen and (min-width: 1200px) {
  .footer__inner {
    padding-top: 5.875rem;
    max-width: 1260px;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer-left {
  margin-right: 135px;
  margin-right: 8.4375rem;
}

.footer__logo img {
  width: 360px;
  width: 22.5rem;
}

.footer-info--left {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  font-weight: normal;
  line-height: 1.6666;
  letter-spacing: 0;
}

.footer-tel {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.footer-tel span {
  letter-spacing: 1.2em;
  display: inline-block;
  margin-right: 10px;
  margin-right: 0.625rem;
}

.footer-tel a {
  letter-spacing: 0.07em;
}

.footer-fax {
  letter-spacing: 0.07em;
}

.footer-fax span {
  letter-spacing: 0.6em;
  display: inline-block;
  margin-right: 23px;
  margin-right: 1.4375rem;
}

.footer-info--right {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.1em;
  font-weight: normal;
  color: #fff;
}

.footer__nav-items {
  display: grid;
  gap: 55px;
  grid-template-columns: repeat(4, 120px);
}

.footer__nav-item {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.1em;
}

.footer__nav-item::after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 200px;
  bottom: 12.5rem;
  width: 130px;
  width: 8.125rem;
  height: 1px;
  height: 0.0625rem;
  background-color: #fff;
}

.footer__nav-item a {
  padding-left: 10px;
  padding-left: 0.625rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer__nav-item a:hover {
  color: #fcc800;
}

.footer__nav-item:nth-child(n+5) {
  margin-top: -20px;
  margin-top: -1.25rem;
}

.footer__nav-item:nth-child(n+5)::after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: -6px;
  bottom: -0.375rem;
  width: 130px;
  width: 8.125rem;
  height: 1px;
  height: 0.0625rem;
  background-color: #fff;
}

.footer__nav-items--bottom {
  position: relative;
  top: 3%;
  left: 5%;
}

.footer__nav-item--bottom {
  position: relative;
  padding: 5px 0 6px;
  padding: 0.3125rem 0 0.375rem;
}

.footer__nav-item--bottom::before {
  content: "";
  position: absolute;
  top: 13px;
  top: 0.8125rem;
  left: 0;
  width: 5px;
  width: 0.3125rem;
  height: 15px;
  height: 0.9375rem;
  background-color: #fff;
}

.footer__nav-head__item {
  white-space: nowrap;
  padding: 10px 0;
  padding: 0.625rem 0;
  position: relative;
  line-height: 1;
}

.footer__nav-head__item::before {
  content: "";
  position: absolute;
  top: 55%; /* 縦軸をセンタリングする */
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); /* 縦軸をセンタリングする */
  border: 5px solid transparent;
  border-left: 7px solid #fff;
}

.footer__nav-head__item:first-child {
  padding-top: 10px;
  padding-top: 0.625rem;
}

.footer__nav-head__item:last-child {
  padding-bottom: 0;
}

.footer__nav-head__item a {
  font-size: 12px;
  font-size: 0.75rem;
}

#formWrap {
  border-spacing: 40px 40px;
  color: #777777;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 751px) {
  #formWrap {
    font-size: 1.125rem;
    font-weight: bold;
  }
}

table.formTable {
  width: 100%;
  margin: 0 auto;
  border-spacing: 0 45px;
  border-spacing: 0 2.8125rem;
  margin-top: 0;
}

table.formTable input {
  width: 100%;
}

table.formTable textarea {
  width: 100%;
}

table.formTable td,
table.formTable th {
  padding: 10px;
}

.formTable tr td {
  border: 1px solid rgba(85, 85, 85, .3333333333);
}

table.formTable th {
  width: 35%;
  font-weight: normal;
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #707070;
  text-align: left;
}
@media screen and (min-width: 751px) {
  table.formTable th {
    text-align: left;
    font-size: 1.125rem;
    font-weight: bold;
    white-space: nowrap;
  }
}

.form-sup {
  color: #ff5353;
}

.form-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-top: 25px;
  margin-top: 1.5625rem;
  width: 90%;
}
@media screen and (min-width: 751px) and (max-width: 900px) {
  .form-text {
    width: 90%;
  }
}
@media screen and (max-width: 750px) {
  .form-text {
    width: 100%;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-top: 1.25rem;
  }
}

form input[type=submit],
form input[type=reset],
form input[type=button] {
  display: block;
  width: 160px;
  width: 10rem;
  height: 45px;
  height: 2.8125rem;
  color: #fff;
  background-color: #008d7f;
}

form input[type=submit] {
  margin-right: 30px;
  margin-right: 1.875rem;
}

input[type=submit], input[type=button], label, button, select {
  cursor: pointer;
  width: 70%;
}

@media screen and (max-width: 750px) {
  table.formTable {
    width: 100%;
    margin: 0 auto;
    border-spacing: 0 0.6875rem;
    margin-top: 1.5625rem;
  }
  table.formTable th,
table.formTable td {
    width: 95%;
    display: block;
  }
  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }
  form input[type=text],
form textarea {
    width: 100%;
    padding: 2px;
    font-size: 1.125rem;
    display: block;
  }
  form select {
    padding: 10px;
  }
  form input[type=submit],
form input[type=reset],
form input[type=button] {
    width: 9.2rem;
    height: 2.8125rem;
    color: #fff;
    background-color: #008d7f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 1.875rem;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.66666;
  }
  table.formTable td,
table.formTable th {
    padding: 0;
    padding-bottom: 0.3125rem;
  }
}
.fv {
  margin-top: 22px;
  margin-top: 1.375rem;
  position: relative;
  -webkit-animation: fadein 3s forwards;
          animation: fadein 3s forwards;
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 751px) {
  .fv {
    margin-top: 1.75rem;
  }
}

.fv.fv-plant {
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (min-width: 751px) {
  .fv.fv-plant {
    margin-top: 1.75rem;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fv__content {
  position: relative;
  display: block;
}

.fv__content::before {
  content: "";
  display: block;
  padding-top: 72%;
}
@media screen and (min-width: 751px) {
  .fv__content::before {
    padding-top: 29.427%;
  }
}

.fv__content.fv__content--computer {
  margin-top: 0;
}
@media screen and (min-width: 751px) {
  .fv__content.fv__content--computer {
    margin-top: 2.5rem;
  }
}

.fv__content img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
}

.greet-box {
  border: 1px solid #b5b5b5;
  padding: 35px 13px 17px;
  padding: 2.1875rem 0.8125rem 1.0625rem;
}
@media screen and (min-width: 751px) {
  .greet-box {
    padding: 1.25rem 3.4375rem 3.125rem;
  }
}

@media screen and (min-width: 751px) {
  .greet-box--top {
    margin-top: 1.25rem;
  }
}

.greet-box__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  color: #008d7f;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .greet-box__title {
    font-size: 1.875rem;
    line-height: 2;
    text-align: left;
    white-space: nowrap;
  }
}

.greet-box__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142;
  color: #707070;
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media screen and (min-width: 751px) {
  .greet-box__text {
    font-size: 1.125rem;
    line-height: 1.66666;
    margin-top: 0.9375rem;
  }
}

.head--top {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 751px) {
  .head--top {
    margin-top: 8.75rem;
  }
}

.head__inner {
  max-width: 1260px;
  width: 100%;
  padding: 0 20px;
  padding: 0 1.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 751px) {
  .head__inner {
    padding: 0 4.375rem;
  }
}

.head__inner-computer {
  margin-top: -10px;
  margin-top: -0.625rem;
}
@media screen and (min-width: 751px) {
  .head__inner-computer {
    margin-top: 0;
  }
}

.head__title {
  font-family: "Noto Sans JP", sans-serif;
  color: #008d7f;
  line-height: 1.33333;
  letter-spacing: 0;
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  .head__title {
    font-size: 3.125rem;
    line-height: 0.6;
  }
}

.head__content {
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (min-width: 751px) {
  .head__content {
    margin-top: 3.5rem;
  }
}

.head__content--computer {
  margin-top: 44px;
  margin-top: 2.75rem;
}

#header {
  background-color: #fff;
  height: 65px;
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 751px) {
  #header {
    height: 90px;
  }
}

#header.header {
  position: relative;
  z-index: 999;
  background-color: #fff;
}

.header__inner {
  height: inherit;
  padding: 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1200px) {
  .header__inner {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.header__content {
  height: inherit;
  position: relative;
  z-index: 999;
  background-color: #fff;
}

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 1.3%;
  left: 1.7%;
  height: inherit;
}
@media screen and (min-width: 750px) and (max-width: 1200px) {
  .header__left {
    margin-left: 1.25rem;
  }
}
@media screen and (max-width: 750px) {
  .header__left {
    margin-left: 0.625rem;
  }
}

.header__left a {
  height: inherit;
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 320px;
  width: 20rem;
  height: inherit;
}

.header__logo--left {
  width: 40px;
  width: 2.5rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
}
@media screen and (min-width: 751px) {
  .header__logo--left {
    width: 4.6875rem;
    margin-right: 0;
  }
}

.header__logo-img {
  max-width: 157.5px;
  max-width: 9.84375rem;
  width: 100%;
}
@media screen and (min-width: 751px) {
  .header__logo-img {
    max-width: 20rem;
    width: 100%;
  }
}

.info-box {
  margin-top: 125px;
  margin-top: 7.8125rem;
}
@media screen and (min-width: 751px) {
  .info-box {
    margin-top: 3.3125rem;
  }
}

.info-box:first-child {
  margin-top: 0;
}

.info-box:nth-child(n+2) {
  margin-top: 125px;
  margin-top: 7.8125rem;
}
@media screen and (min-width: 751px) {
  .info-box:nth-child(n+2) {
    margin-top: 6.0625rem;
  }
}

.info-box.info-box--company {
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (min-width: 751px) {
  .info-box.info-box--company {
    margin-top: 6.25rem;
  }
}

.history.info-box.info-box--company {
  margin-top: 160px;
  margin-top: 10rem;
}
@media screen and (min-width: 751px) {
  .history.info-box.info-box--company {
    margin-top: 9.375rem;
  }
}

.branch.info-box.info-box--company {
  margin-top: 128px;
  margin-top: 8rem;
}
@media screen and (min-width: 751px) {
  .branch.info-box.info-box--company {
    margin-top: 7.1875rem;
  }
}

.info-box__title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #008d7f;
  line-height: 0.625;
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  .info-box__title {
    font-size: 1.75rem;
    line-height: 1.0714;
  }
}

.info-box__items {
  margin-top: 44px;
  margin-top: 2.75rem;
}
@media screen and (min-width: 751px) {
  .info-box__items {
    margin-top: 3rem;
  }
}

.info-box__items--left .info-box__item:last-child {
  padding-bottom: 2px;
  padding-bottom: 0.125rem;
}

.info-box__items--right .info-box__item p:nth-child(n+2) {
  margin-top: -2px;
  margin-top: -0.125rem;
}

.info-box__items--flex {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 751px) {
  .info-box__items--flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.875rem;
  }
}

.info-box__items.info-box__items--flex {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 751px) {
  .info-box__items.info-box__items--flex {
    margin-top: 1.4375rem;
  }
}

.info-box__items.info-box__items--about {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.info-box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  color: #707070;
  padding-top: 14px;
  padding-top: 0.875rem;
  line-height: 1.875;
  letter-spacing: 0;
  position: relative;
}
@media screen and (min-width: 751px) {
  .info-box__item {
    font-size: 1.125rem;
  }
}

.info-box__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3%;
  width: 100%;
  height: 1px;
  background-color: #bbbbbb;
}
@media screen and (min-width: 751px) {
  .info-box__item::after {
    content: "";
    bottom: -4%;
    width: 100%;
    height: 1px;
  }
}

.info-box__item.info-box__item--flex {
  padding-top: 10px;
  padding-top: 0.625rem;
}

.info-box__item--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info-box__item-title {
  width: 30.232%;
}
@media screen and (min-width: 751px) {
  .info-box__item-title {
    width: 40%;
  }
}

.info-box__item-description {
  width: 69.76%;
}

.info-box__item-description p:last-child,
.info-box__item--column p:last-child {
  padding-bottom: 0;
}

.info-box__link {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.071428;
  color: #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 751px) {
  .info-box__link {
    font-size: 1.125rem;
    line-height: 1.6666;
    letter-spacing: 0.08em;
  }
}

a.info-box__link--about {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 751px) {
  a.info-box__link--about {
    margin-top: 2.5rem;
  }
}

a.info-box__link img {
  width: 22.5px;
  width: 1.40625rem;
}

.info-box__img {
  position: relative;
  margin-top: 45px;
  margin-top: 2.8125rem;
  width: 335px;
  width: 20.9375rem;
}
@media screen and (min-width: 751px) {
  .info-box__img {
    margin-top: 2.5rem;
    width: 100%;
  }
}

.info-box__img::before {
  content: "";
  display: block;
  padding-top: 66.66666%;
  width: 100%;
}
@media screen and (min-width: 751px) {
  .info-box__img::before {
    padding-top: 43.3333%;
  }
}

.info-box__img img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 751px) {
  .info-box__img img {
    height: 24.375rem;
  }
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 751px) {
  .inner {
    max-width: 1250px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.interview--top {
  margin-top: 100px;
  margin-top: 6.25rem;
}

.interview {
  padding: 22px 13px 20px;
  padding: 1.375rem 0.8125rem 1.25rem;
  border: 1px solid rgba(187, 187, 187, .7333333333);
}
@media screen and (min-width: 751px) {
  .interview {
    padding: 1.375rem 1.4375rem 3.125rem;
  }
}

.interview__title {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #707070;
  display: block;
}
@media screen and (min-width: 751px) {
  .interview__title {
    font-size: 1.375rem;
    line-height: 1.636363;
  }
}

.interview__text {
  font-size: 14px;
  font-size: 0.875rem;
  color: #707070;
  margin-top: 25px;
  margin-top: 1.5625rem;
  line-height: 1.714285;
}
@media screen and (min-width: 751px) {
  .interview__text {
    font-size: 1.125rem;
    line-height: 1.666666;
    color: #707070;
    margin-top: 0.9375rem;
  }
}

.job__item {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71428;
  color: #707070;
  font-weight: normal;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 751px) {
  .job__item {
    font-size: 1.125rem;
    line-height: 1.666666;
    margin-top: 2.8125rem;
  }
}

.job--top {
  margin-top: 0;
}
@media screen and (min-width: 751px) {
  .job--top {
    margin-top: 4.6875rem;
  }
}

.job__item {
  display: block;
}
@media screen and (min-width: 751px) {
  .job__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.job__title {
  width: 100%;
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  .job__title {
    width: 20%;
    font-weight: normal;
  }
}

.job__detail {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 751px) {
  .job__detail {
    width: 77.7777%;
    margin-top: 0;
  }
}

.job__item--top {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 751px) {
  .job__item--top {
    margin-top: 1.875rem;
  }
}

.job__body,
.job__text {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 751px) {
  .job__body,
.job__text {
    margin-top: 2.5rem;
  }
}

.job__text--top {
  margin-top: 0;
}

.job__text.job__text--hour {
  margin-top: 0;
}

.lb-data .lb-close,
.lb-data .lb-number,
.lb-nav .ln-prev,
.lb-nav .lb-next {
  display: none !important;
}

.lower-btn {
  margin-top: 28px;
  margin-top: 1.75rem;
  text-align: right;
  width: 175px;
  width: 10.9375rem;
  margin-left: auto;
}
@media screen and (min-width: 751px) {
  .lower-btn {
    margin-top: 2.5rem;
    width: 13.125rem;
  }
}

.media {
  padding: 50px 0;
  padding: 3.125rem 0;
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  .media {
    padding: 1.625rem 0;
  }
}

.media__inner,
.media:nth-child(3) .media__inner {
  display: block;
}
@media screen and (min-width: 751px) {
  .media__inner,
.media:nth-child(3) .media__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

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

@media screen and (min-width: 751px) {
  .media:nth-child(1n) .media__img img {
    margin-left: 1.5vw;/*hosoda*/
  }
}

.media:nth-child(2n) .media__img img {
  margin-right: 0;
  margin-left: 8vw;
}
@media screen and (min-width: 751px) {
  .media:nth-child(2n) .media__img img {
    margin-left: 5.625rem;
  }
}

.media__img {
  display: block;
  padding: 30px 0 40px;
  padding: 1.875rem 0 2.5rem;
}
@media screen and (min-width: 751px) {
  .media__img {
    padding: 4.6875rem 0;
  }
}

.media__img img {
  width: 290px;
  width: 18.125rem;
  margin-left: 2vw;
  margin-right: auto;
  aspect-ratio: 580/290;
}
@media screen and (min-width: 751px) {
  .media__img img {
    aspect-ratio: 600/330;
    width: 37.5rem;
    margin-right: 9vw;
    margin-left: 2vw;
  }
}

.media__img::after {
  content: "";
  position: absolute;
  top: 7px;
  top: 0.4375rem;
  right: 4px;
  right: 0.25rem;
  bottom: 0;
  height: 90%;
  width: 100VW;
  background-color: #fcc800;
  z-index: -1;
}
@media screen and (min-width: 751px) {
  .media__img::after {
    right: 7%;
    height: 97%;
  }
}

@media screen and (min-width: 751px) {
  .media__img.media__img3::after {
    right: 6%;
  }
}

.media:nth-child(3) .media__img img {
  margin-right: 0;
}
@media screen and (min-width: 751px) {
  .media:nth-child(3) .media__img img {
    margin-right: 33vw;
    /* margin-left: 2vw; */
    margin-left: 1.5vw;/*hosoda*/
  }
}

.media__img-reverse::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  height: 90%;
  width: 100VW;
  background-color: #008d7f;
  z-index: -1;
}
@media screen and (min-width: 751px) {
  .media__img-reverse::after {
    left: 1.5625rem;
    height: 98%;
  }
}

.media__img-reverse {
  padding: 25px 0 45px;
  padding: 1.5625rem 0 2.8125rem;
  margin-left: 0;
}
@media screen and (min-width: 751px) {
  .media__img-reverse {
    padding: 4.6875rem 0;
    margin-left: 1.25rem;
  }
}

.media__title {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: bold;
  color: #707070;
  text-align: left;
  position: relative;
  margin-top: 16px;
  margin-top: 1rem;
}
.media__title::before {
  content: "";
  height: 7px;
  height: 0.4375rem;
  background-color: #fcc800;
  width: 100vw;
  position: absolute;
  right: 0;
  bottom: -12px;
  bottom: -0.75rem;
}
@media screen and (min-width: 751px) {
  .media__title::before {
    left: -1.25rem;
    right: 1.25rem;
    height: 0.9375rem;
  }
}
@media screen and (min-width: 751px) {
  .media__title {
    /* font-size: 2.8125rem; */
    font-size: 2.8rem;/*hosoda*/
    margin-top: -2.5rem;
  }
}

.media:nth-child(2n) .media__title::before {
  content: "";
  height: 7px;
  height: 0.4375rem;
  background-color: #008d7f;
  width: 100vw;
  position: absolute;
  bottom: -12px;
  bottom: -0.75rem;
  left: 1px;
  left: 0.0625rem;
}
@media screen and (min-width: 751px) {
  .media:nth-child(2n) .media__title::before {
    height: 0.9375rem;
    left: unset;
    right: 0;
  }
}

.media:nth-child(4n) .media__title {
  text-align: left;
}
@media screen and (min-width: 751px) {
  .media:nth-child(4n) .media__title {
    text-align: right;
    white-space: nowrap;
  }
}

.media__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.1428;
  color: #707070;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 751px) {
  .media__text {
    margin-top: 2.5rem;
    font-size: 1.125rem;
    line-height: 1.6666;
  }
}

.media__text-area, .media__text-truck {
  line-height: 1.666666;
}

.media__info {
  margin-right: 0;
  margin-right: 16px;
  margin-right: 1rem;
}

.media-btn {
  margin-top: 15px;
  margin-top: 0.9375rem;
  position: relative;
  left: 0;
  width: 175px;
  width: 10.9375rem;
}
@media screen and (min-width: 751px) {
  .media-btn {
    margin-top: 1.5625rem;
    width: 13.125rem;
  }
}

/*メニューボタン 展開前*/
.menu__btn {
  display: block;
  position: absolute;
  z-index: 3;
  right: 5.87%;
  top: 1%;
  bottom: 99.5%;
  width: 34.5px;
  width: 2.15625rem;
  height: 34.5px;
  height: 2.15625rem;
  cursor: pointer;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .menu__btn {
    display: none;
  }
}
@media screen and (min-width: 750px) and (max-width: 1199px) {
  .menu__btn {
    width: 69px;
    height: 69px;
    right: 2%;
    top: 15%;
  }
}
@media screen and (max-width: 750px) {
  .menu__btn {
    top: 5%;
    right: 3%;
  }
}

.menu__btn span {
  display: block;
  position: absolute;
  width: 34.5px;
  width: 2.15625rem;
  height: 4.5px;
  height: 0.28125rem;
  left: 0;
  background-color: #008d7f;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 750px) and (max-width: 1199px) {
  .menu__btn span {
    width: 4.3125rem;
    height: 0.5625rem;
  }
}

.menu__btn span:nth-of-type(1) {
  top: 18px;
  top: 1.125rem;
}
@media screen and (min-width: 750px) and (max-width: 1199px) {
  .menu__btn span:nth-of-type(1) {
    top: 1.125rem;
  }
}

.menu__btn span:nth-of-type(2) {
  top: 28.5px;
  top: 1.78125rem;
}
@media screen and (min-width: 750px) and (max-width: 1199px) {
  .menu__btn span:nth-of-type(2) {
    top: 2.375rem;
  }
}

.menu__btn span:nth-of-type(3) {
  top: 39px;
  top: 2.4375rem;
}
@media screen and (min-width: 750px) and (max-width: 1199px) {
  .menu__btn span:nth-of-type(3) {
    top: 3.625rem;
  }
}

/*メニューボタン 展開後*/
.menu__btn.active span:nth-child(1) {
  top: 30px;
  top: 1.875rem;
  left: 6px;
  left: 0.375rem;
  background-color: #008d7f;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (min-width: 750px) and (max-width: 1199px) {
  .menu__btn.active span:nth-child(1) {
    top: 2.5rem;
  }
}

.menu__btn.active span:nth-child(2),
.menu__btn.active span:nth-child(3) {
  top: 30px;
  top: 1.875rem;
  left: 6px;
  left: 0.375rem;
  background-color: #008d7f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 750px) and (max-width: 1199px) {
  .menu__btn.active span:nth-child(2),
.menu__btn.active span:nth-child(3) {
    top: 2.5rem;
  }
}

.mv__content {
  position: relative;
}

.overview--top {
  margin-top: 90px;
  margin-top: 5.625rem;
}
@media screen and (min-width: 751px) {
  .overview--top {
    margin-top: 5.6875rem;
  }
}

.overview__title {
  font-size: 14px;
  font-size: 0.875rem;
  color: #707070;
  line-height: 1.71428;
}
@media screen and (min-width: 751px) {
  .overview__title {
    font-size: 1.125rem;
    line-height: 1.66666;
  }
}

.overview__items {
  font-size: 14px;
  font-size: 0.875rem;
  color: #707070;
  line-height: 1.71428;
}
@media screen and (min-width: 751px) {
  .overview__items {
    font-size: 1.125rem;
    line-height: 1.66666;
  }
}

.overview__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.overview__item p {
  margin-right: 15px;
  margin-right: 0.9375rem;
}
@media screen and (min-width: 751px) {
  .overview__item p {
    margin-right: 1.5625rem;
  }
}

.pc__nav {
  display: none;
}
@media screen and (min-width: 1200px) {
  .pc__nav {
    display: block;
    margin-left: auto;
    height: inherit;
  }
}

.pc-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  color: #008d7f;
}

.pc-nav__items--bottom {
  display: none;
}

.pc-nav__item {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1600px) {
  .pc-nav__item {
    font-size: 1.25rem;
    letter-spacing: 0.07em;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .pc-nav__item {
    font-size: 1rem;
  }
}

.pc-nav__item:last-child {
  margin-right: 6px;
  margin-right: 0.375rem;
  margin-left: 8px;
  margin-left: 0.5rem;
}

.pc-nav__item a {
  width: 100%;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0 30px;
  padding: 0 1.875rem;
}
.pc-nav__item a:hover {
  background-color: #008d7f;
  color: #fff;
  opacity: 1;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .pc-nav__item a {
    padding: 0 0.625rem;
  }
}

.pc-nav__item.pc-nav__item--contact a {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pc-nav__item.pc-nav__item--contact a:hover {
  opacity: 0.6;
  background-color: unset;
}

.pc-nav__item--drop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-transition: opacity 2s ease, visibility 2s ease;
  transition: opacity 2s ease, visibility 2s ease;
}

.pc-nav__item--drop:hover .pc-nav__items--bottom {
  display: block;
  position: absolute;
  bottom: -90px;
  bottom: -5.625rem;
  z-index: 10;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .pc-nav__item--drop:hover .pc-nav__items--bottom {
    bottom: -5.625rem;
  }
}

.pc-nav__items--bottom {
  display: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: inherit;
  width: 100%;
}

.pc-nav__item--bottom {
  font-size: 18px;
  font-size: 1.125rem;
  background-color: #fff;
  color: #008d7f;
  border-bottom: 1px solid #008d7f;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .pc-nav__item--bottom {
    font-size: 1rem;
  }
}

.pc-nav__item--bottom a {
  padding: 20px 30px;
  padding: 1.25rem 1.875rem;
  height: inherit;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .pc-nav__item--bottom a {
    padding: 1.25rem 0.625rem;
  }
}

.pc-nav__item--contact {
  font-weight: bold;
  line-height: 1;
  background-color: #008d7f;
  color: #fff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 10px;
}
@media screen and (min-width: 1600px) {
  .pc-nav__item--contact {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .pc-nav__item--contact {
    font-size: 1.125rem;
  }
}

.pc-nav__item--contact a {
  padding: 9px 14px;
  padding: 0.5625rem 0.875rem;
}

.plant-box {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 751px) {
  .plant-box {
    margin-top: 2.5rem;
  }
}

.plant-box.plant-box--access {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 751px) {
  .plant-box.plant-box--access {
    margin-top: 6.25rem;
  }
}

.plant-box__inner {
  display: block;
}
@media screen and (min-width: 751px) {
  .plant-box__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.plant-box__item-wrap {
  width: 47.7777%;
}
@media screen and (max-width: 750px) {
  .plant-box__item-wrap {
    margin-right: 0;
    margin-top: 1.96875rem;
    width: 100%;
  }
}

.plant-box__title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #008d7f;
  line-height: 1.5;
  font-weight: normal;
}

.plant-box__title.plant-box__title--access {
  font-size: 20px;
  font-size: 1.25rem;
}

.plant-box__items {
  margin-top: 44px;
  margin-top: 2.75rem;
}
@media screen and (min-width: 751px) {
  .plant-box__items {
    margin-top: 1.375rem;
  }
}

.plant-box__items--access {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 751px) {
  .plant-box__items--access {
    margin-top: 2.5rem;
  }
}

.plant-box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  color: #707070;
  padding-top: 14px;
  padding-top: 0.875rem;
  line-height: 1.875;
  letter-spacing: 0;
  position: relative;
}
@media screen and (min-width: 751px) {
  .plant-box__item {
    font-size: 1.125rem;
  }
}

.plant-box__item:first-child {
  padding-top: 0;
}

.plant-box__item:last-child {
  padding-bottom: 2px;
  padding-bottom: 0.125rem;
}

.plant-box__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #bbbbbb;
}
@media screen and (min-width: 751px) {
  .plant-box__item::after {
    bottom: 0.5%;
    width: 88%;
    height: 1px;
  }
}

.plant-box__item--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.plant-box__item-title {
  width: 30.232%;
}

.plant-box__item-description {
  width: 69.76%;
}

.plant-box-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 315px;
  max-width: 19.6875rem;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 1200px) {
  .plant-box-map {
    margin-top: 0;
    max-width: 21.875rem;
    width: 100%;
  }
}

.plant-box-map::before {
  content: "";
  display: block;
  padding-top: 88.0952%;
}
@media screen and (min-width: 1200px) {
  .plant-box-map::before {
    padding-top: 87.5796%;
  }
}

.plant-box-map iframe,
.plant-box-map object,
.plant-box-map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.plant-box-map a {
  font-size: 16px;
  font-size: 1rem;
  color: #707070;
  border: 1px solid #707070;
  padding: 5px 34px 5px 5px;
  padding: 0.3125rem 2.125rem 0.3125rem 0.3125rem;
  position: relative;
}
@media screen and (min-width: 751px) {
  .plant-box-map a {
    margin-top: 0.625rem;
    margin-left: auto;
    font-size: 1.125rem;
    line-height: 1.6822;
    color: #707070;
    border: 1px solid #707070;
    padding: 0 0.625rem;
    width: 12.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
}

.plant-box-map a::after {
  content: "";
  position: absolute;
  top: 50%;
  /* 縦軸をセンタリングする */
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /* 縦軸をセンタリングする */
  border: 6px solid transparent;
  border-left: 7px solid #fcc800;
}

.plant-box-map__link {
  position: absolute;
  bottom: -35px;
  bottom: -2.1875rem;
  right: 0;
}
@media screen and (min-width: 751px) {
  .plant-box-map__link {
    bottom: -3.125rem;
  }
}

.product__title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #008d7f;
  line-height: 1.0714;
  font-weight: bold;
  text-align: left;
}
@media screen and (min-width: 751px) {
  .product__title {
    font-size: 1.75rem;
  }
}

.product__inner {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 751px) {
  .product__inner {
    margin-top: 2.375rem;
  }
}

.product__inner-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.363636;
  letter-spacing: 0;
  color: #777777;
}
@media screen and (min-width: 751px) {
  .product__inner-title {
    font-size: 1.375rem;
    line-height: 1.5;
  }
}

.product__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71428;
  color: #707070;
  letter-spacing: 0;
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (min-width: 751px) {
  .product__text {
    font-size: 1.125rem;
    line-height: 1.666666;
    margin-top: 1.25rem;
  }
}

.product__text-space {
 padding-top: 0;
}
@media screen and (min-width: 751px) {
  .product__text-space {
    padding-top: 11.5%;
  }
}

.product__text--center {
  margin-top: 11px;
  margin-top: 0.6875rem;
  width: 80%;
}
@media screen and (min-width: 751px) {
  .product__text--center {
    margin-top: 1.125rem;
    width: 100%;
  }
}

.product__text a span {
  font-size: 14px;
}

.product__body {
  width: 100%;
  margin-top: 0;
}
@media screen and (min-width: 751px) {
  .product__body {
    width: 50%;
    margin-top: 1.6875rem;
  }
}

.product__body a {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71428;
  color: #707070;
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media screen and (min-width: 751px) {
  .product__body a {
    font-size: 1.125rem;
    line-height: 1.666666;
    margin-top: 1rem;
  }
}

.product__body a:first-child {
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (min-width: 751px) {
  .product__body a:first-child {
    margin-top: 0;
  }
}

.product__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 751px) {
  .product__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.product__item:first-child {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 751px) {
  .product__item:first-child {
    margin-top: 0;
  }
}

.product__item:nth-child(n+2) {
  margin-top: 150px;
  margin-top: 9.375rem;
}
@media screen and (min-width: 751px) {
  .product__item:nth-child(n+2) {
    margin-top: 5.9375rem;
  }
}

div.product__item.product__item--concrete {
  margin-top: 92px;
  margin-top: 5.75rem;
}
@media screen and (min-width: 751px) {
  div.product__item.product__item--concrete {
    margin-top: 5.9375rem;
  }
}

div.product__item.product__item--bottom {
  margin-top: 143px;
  margin-top: 8.9375rem;
}
@media screen and (min-width: 751px) {
  div.product__item.product__item--bottom {
    margin-top: 4.6875rem;
  }
}

.product__item-inner {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 751px) {
  .product__item-inner {
    margin-top: 2.1875rem;
  }
}

div.product__item-inner.product__item-inner2 {
  margin-top: 95px;
  margin-top: 5.9375rem;
}
@media screen and (min-width: 751px) {
  div.product__item-inner.product__item-inner2 {
    margin-top: 3.75rem;
  }
}

.product__contents-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 751px) {
  .product__contents-inner {
    margin-right: 4.375rem;
  }
}

.product__img {
  display: block;
  position: relative;
  width: 48%;
  height: 100%;
  margin-right: auto;
}
@media screen and (min-width: 751px) {
  .product__img {
    display: block;
    position: relative;
    width: 13.75rem;
  }
}

.product__img::before {
  content: "";
  display: block;
  padding-top: 140%;
}

.product__img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  border: 1PX solid #0f0c00;
}

.recruit__title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #008d7f;
  line-height: 1.0714;
  font-weight: bold;
  text-align: left;
}
@media screen and (min-width: 751px) {
  .recruit__title {
    font-size: 1.75rem;
  }
}

.recruit__item {
  margin-top: 97px;
  margin-top: 6.0625rem;
}
@media screen and (min-width: 751px) {
  .recruit__item {
    margin-top: 6.25rem;
  }
}

.recruit__item:first-child {
  margin-top: 0;
}

.recruit__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 751px) {
  .recruit__item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.recruit__box--right {
  width: 100%;
  margin-top: 58px;
  margin-top: 3.625rem;
}
@media screen and (min-width: 751px) {
  .recruit__box--right {
    width: 42.77777%;
    margin-top: auto;
    margin-bottom: auto;
  }
}

.recruit__box--left {
  width: 100%;
}
@media screen and (min-width: 751px) {
  .recruit__box--left {
    width: 40%;
  }
}

.recruit__sub-title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #707070;
  line-height: 1.714285;
  font-weight: bold;
  text-align: left;
}
@media screen and (min-width: 751px) {
  .recruit__sub-title {
    font-size: 1.5625rem;
    line-height: 1.8461;
    white-space: nowrap;
    letter-spacing: 0;
  }
}

.recruit__sub-title--top {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 751px) {
  .recruit__sub-title--top {
    margin-top: 1.75rem;
  }
}

.recruit__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71428;
  color: #707070;
  margin-top: 26px;
  margin-top: 1.625rem;
}
@media screen and (min-width: 751px) {
  .recruit__text {
    font-size: 1.125rem;
    line-height: 1.666666;
    margin-top: 2.8125rem;
  }
}

.recruit__img {
  position: relative;
  display: block;
}

.recruit__img::before {
  content: "";
  display: block;
  padding-top: 73.6824%;
}

.recruit__img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.recruit__img:nth-child(2n) {
  margin-top: 63px;
  margin-top: 3.9375rem;
}
@media screen and (min-width: 751px) {
  .recruit__img:nth-child(2n) {
    margin-top: 5rem;
  }
}

.recruit__movie {
  position: relative;
  display: block;
  margin-top: 30px;
  margin-top: 1.875rem;
  width: 260px;
  width: 16.25rem;
  height: 200px;
  height: 9.2rem;
}
@media screen and (min-width: 751px) {
  .recruit__movie {
    margin-top: 0;
    width: 17.5rem;
    height: 10rem;
  }
}

.recruit__movie a:hover{
  cursor: pointer;
  opacity: 0.6;
}

.recruit__movie::before {
  content: "";
  display: block;
}

.recruit__movie img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

div.recuit__box.recruit__box-movie {
  display: block;
}
@media screen and (min-width: 751px) {
  div.recuit__box.recruit__box-movie {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.875rem;
    margin-top: 3.4375rem;
  }
}

.recruit__box-movie .recruit__text {
  font-size: 30px;
  font-size: 1.875rem;
  position: absolute;
  top: 20%;
  left: 15%;
}
@media screen and (min-width: 751px) {
  .recruit__box-movie .recruit__text {
    font-size: 2.5rem;
    top: 0%;
    left: 5%;
  }
}

.youtube_duration_output {
  font-family: Roboto, Arial, sans-serif;
  position: absolute;
  bottom: 6px;
  right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 18px;
  padding: 0 5px;
  font-size: 12px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}

.youtube_title_output {
  margin-bottom: 11px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 8px;
  color: #777;
}
@media screen and (min-width: 751px) {
  .youtube_title_output {
    font-size: 1.2rem;
  }
}

.recuit__box__inner {
  width: 16.25rem;
}
@media screen and (min-width: 751px) {
  .recuit__box__inner {
    margin-top: 13px;
    width: 16.25rem;
  }
}

.results__item:nth-child(2) {
  margin-top: 102px;
  margin-top: 6.375rem;
}
@media screen and (min-width: 751px) {
  .results__item:nth-child(2) {
    margin-top: 8.75rem;
  }
}

.results__item:nth-child(3) {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (min-width: 751px) {
  .results__item:nth-child(3) {
    margin-top: 8.75rem;
  }
}

.results__title {
  font-size: 20px;
  font-size: 1.25rem;
  color: #707070;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
}
@media screen and (min-width: 751px) {
  .results__title {
    font-size: 1.625rem;
    line-height: 1.15384;
  }
}

.results__img {
  margin-top: 20px;
  margin-top: 1.25rem;
  position: relative;
  display: block;
}
@media screen and (min-width: 751px) {
  .results__img {
    margin-top: 2.8125rem;
  }
}

.results__img::before {
  content: "";
  display: block;
  padding-top: 75.5555%;
}
@media screen and (min-width: 751px) {
  .results__img::before {
    padding-top: 58%;
  }
}

.results__img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}

.results__img--sp::before {
  padding-top: 94.8184%;
}
@media screen and (min-width: 751px) {
  .results__img--sp::before {
    padding-top: 60%;
  }
}

.results__img--sp img.result__img--sp {
  height: auto;
}
@media screen and (min-width: 751px) {
  .results__img--sp img.result__img--sp {
    height: auto;
  }
}

.slide-img img {
  position: absolute;
  height: 100vh;
}

.slide-img img.slide-img--pc {
  display: none;
}
@media screen and (min-width: 751px) {
  .slide-img img.slide-img--pc {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .slide-img img.slide-img--tb {
    display: none;
  }
}
@media screen and (min-width: 750px) and (max-width: 1200px) {
  .slide-img img.slide-img--tb {
    display: block;
  }
}

.slide-img img.slide-img--sp {
  display: block;
}
@media screen and (min-width: 751px) {
  .slide-img img.slide-img--sp {
    display: none;
  }
}

.slide-text {
  position: absolute;
  left: 3.4%;
  right: 20.15624%;
  top: 12.2%;
  font-size: 32px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  letter-spacing: 0.025em;
  line-height: 1.6363;
  font-weight: 900;
  text-align: left;
  width: 680px;
  width: 42.5rem;
  white-space: nowrap;
}
@media screen and (min-width: 1200px) {
  .slide-text {
    position: absolute;
    left: 53.5%;
    right: 20.15624%;
    top: 25.5%;
    font-size: 37px;
    color: #fff;
    line-height: 1.62162;
    letter-spacing: 0.025em;
    width: 31.4375rem;
  }
}
@media screen and (max-width: 500px) {
  .slide-text {
    font-size: 1.375rem;
  }
}

.slide-text--border {
  position: absolute;
  left: 15%;
  top: 36%;
  color: #555555;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(50%, #fff), to(#fff));
  background: linear-gradient(90deg, #fff 0%, #fff 50%, #fff 50%, #fff 100%);
  border-bottom: 7px solid #fcc800;
  padding: 15px 0px 13px 25px;
  padding: 0.9375rem 0rem 0.8125rem 1.5625rem;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (min-width: 1200px) {
  .slide-text--border {
    position: absolute;
    left: 53%;
    top: 32%;
    color: #555555;
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(50%, #fff), to(#fff));
    background: linear-gradient(90deg, #fff 0%, #fff 50%, #fff 50%, #fff 100%);
    border-bottom: 15px solid #fcc800;
    padding: 1.25rem 0rem 1.25rem 3.125rem;
    width: 47.76%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 37px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 750px) {
  .slide-text--border {
    left: 30%;
    width: 70%;
    font-size: 32px;
    padding: 1.375rem 0rem 1.375rem 3.125rem;
  }
}

.slide--last {
  right: 10%;
  left: 0;
  top: 53%;
  border-bottom: 7px solid #008d7f;
  padding: 20px 10px 16px 10px;
  padding: 1.25rem 0.625rem 1rem 0.625rem;
  width: 90%;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 1200px) {
  .slide--last {
    right: 57.4479%;
    top: 32%;
    left: 0;
    border-bottom: 15px solid #008d7f;
    padding: 1.25rem 3.125rem 1.25rem 0.625rem;
    width: 51.822%;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 37px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 750px) {
  .slide--last {
    right: 30%;
    width: 70%;
    font-size: 32px;
    padding: 1.375rem 1rem 1.375rem 3.125rem;
  }
}

/*スマホ用のメニュー*/
.sp__nav {
  position: absolute;
  z-index: 2;
  top: 65px;
  top: 4.0625rem;
  left: 0;
  right: 0;
  color: #fff;
  background-color: #008d7f;
  text-align: center;
  width: 100%;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media screen and (min-width: 1200px) {
  .sp__nav {
    display: none;
  }
}

.sp__nav.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  top: 65px;
  top: 4.0625rem;
}
@media screen and (min-width: 751px) {
  .sp__nav.active {
    top: 90px;
  }
}

.sp-nav__items {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.sp-nav__item {
  list-style-type: none;
  position: relative;
  padding: 0;
  width: 100%;
  height: auto;
  border-bottom: 2px solid #fff;
  border-bottom: 0.125rem solid #fff;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  font-size: 17px;
  font-size: 1.0625rem;
  z-index: 100;
}
@media screen and (min-width: 750px) and (max-width: 1199px) {
  .sp-nav__item {
    font-size: 2.1875rem;
  }
}

.sp-nav__link {
  display: block;
  color: #fff;
  padding: 8px 0;
  padding: 0.5rem 0;
}

.sp-nav__item:last-child.sp-nav__link {
  padding: 20px 0;
  padding: 1.25rem 0;
}

.sp-nav__item--drop {
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.sp-nav__arrow {
  position: relative;
}

.sp-nav__arrow::before {
  position: absolute;
  content: "";
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
  border-top: solid 2.5px #fff;
  border-top: solid 0.15625rem #fff;
  border-right: solid 2.5px #fff;
  border-right: solid 0.15625rem #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 50%;
  left: 14%;
  margin-top: -8px;
  margin-top: -0.5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sp-nav__arrow.is-open::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -4px;
  margin-top: -0.25rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sp-nav__items--bottom {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  font-size: inherit;
  color: #fff;
  background-color: #666666;
  text-align: center;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  display: block;
}

.sp-nav__items--bottom.is-open {
  opacity: 1;
  display: block;
  position: relative;
}

.sp-nav__item--bottom {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #fff;
  line-height: 1.7647;
  border-bottom: 2px dotted #999999;
  border-bottom: 0.125rem dotted #999999;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 750px) and (max-width: 1199px) {
  .sp-nav__item--bottom {
    font-size: 2.1875rem;
  }
}

.sp-nav__item--bottom:last-child {
  border-bottom: 2px solid #fff;
  border-bottom: 0.125rem solid #fff;
}

.sp-nav__link--bottom {
  padding: 8px 0;
  padding: 0.5rem 0;
  height: inherit;
}

.swiper {
  max-width: 100%;
  width: 100%;
  height: 100vh;
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
          animation: zoomUp 10s linear 0s 1 normal both;
}

.slide-img img {
  display: block;
}

/* ページネーション */
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  display: block;
  bottom: -40px;
}

/* ページネーションの余白 */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px 10px;
  margin: 0 0.625rem 0.625rem;
}

/* ページネーションのサイズと色 */
.swiper-pagination-bullet {
  background-color: #008d7f;
  height: 10px;
  width: 10px;
  border-radius: 0;
}

/* 画像サイズ調整 */
.swiper-slide img {
  width: 100%;
  height: 100vh;
}

.technique__title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #707070;
  text-align: left;
}
@media screen and (min-width: 751px) {
  .technique__title {
    font-size: 1.625rem;
    line-height: 1.15384;
  }
}

.technique__img {
  position: relative;
  display: block;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 751px) {
  .technique__img {
    margin-top: 3.25rem;
  }
}

.technique__img::before {
  content: "";
  display: block;
  padding-top: 66.6666%;
}
@media screen and (min-width: 751px) {
  .technique__img::before {
    padding-top: 67.7777%;
  }
}

.technique__img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 675px;
  width: 42.1875rem;
  height: 100%;
}
@media screen and (min-width: 751px) {
  .technique__img img {
    width: 56.25rem;
  }
}

.technique__text {
  text-align: center;
  margin-top: 5px;
  margin-top: 0.3125rem;
  color: #707070;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 751px) {
  .technique__text {
    margin-top: 0.9375rem;
    font-size: 1.125rem;
    line-height: 1.071428;
  }
}

.technique__text--right {
  text-align: right;
}

@media screen and (min-width: 1200px) {
  .pagetop {
    opacity: 0;
  }
}
@media screen and (min-width: 750px) and (max-width: 1199px) {
  .pagetop {
    opacity: 1;
    width: 5rem;
    height: 5rem;
    right: 1.5rem;
    bottom: 0.125rem;
    position: fixed;
    color: #0f0c00;
    cursor: pointer;
    background-color: #fcc800;
    padding: 22px 30px 41px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 2000;
  }
  .pagetop:hover {
    opacity: 0.8;
    -webkit-box-shadow: 0 0.125rem 0.25rem 0.0625rem rgba(0, 0, 0, .5);
            box-shadow: 0 0.125rem 0.25rem 0.0625rem rgba(0, 0, 0, .5);
  }
}
@media screen and (max-width: 750px) {
  .pagetop {
    opacity: 1;
    width: 1.875rem;
    height: 1.875rem;
    right: 1.25rem;
    bottom: 0.125rem;
    position: fixed;
    color: #0f0c00;
    cursor: pointer;
    background-color: #fcc800;
    padding: 0.9375rem 1.4375rem 2.0625rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 2000;
  }
  .pagetop:hover {
    opacity: 0.8;
    -webkit-box-shadow: 0 0.125rem 0.25rem 0.0625rem rgba(0, 0, 0, .5);
            box-shadow: 0 0.125rem 0.25rem 0.0625rem rgba(0, 0, 0, .5);
  }
}

.pagetop::before {
  content: "";
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  border-top: solid 2.5px #0f0c00;
  border-right: solid 2.5px #0f0c00;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  left: 30%;
  top: 40%;
}
@media screen and (max-width: 750px) {
  .pagetop::before {
    width: 1.25rem;
    height: 1.25rem;
    border-top: solid 2px #0f0c00;
    border-right: solid 2px #0f0c00;
    top: 40%;
    left: 28%;
  }
}

.pagetop-pc {
  display: none;
}
@media screen and (min-width: 1200px) {
  .pagetop-pc {
    display: block;
    width: 5rem;
    height: 5rem;
    right: 1.5625rem;
    bottom: 1.25rem;
    position: fixed;
    color: #0f0c00;
    cursor: pointer;
    background-color: #fcc800;
    padding: 22px 30px 41px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 2000;
  }
  .pagetop-pc:hover {
    opacity: 0.8;
    -webkit-box-shadow: 0 0.125rem 0.25rem 0.0625rem rgba(0, 0, 0, .5);
            box-shadow: 0 0.125rem 0.25rem 0.0625rem rgba(0, 0, 0, .5);
  }
  .pagetop-pc:hover::before {
    border-top: solid 0.125rem #0f0c00;
    border-right: solid 0.125rem #0f0c00;
  }
  .pagetop-pc:before {
    content: "";
    width: 30px;
    height: 30px;
    border-top: solid 2.5px #0f0c00;
    border-right: solid 2.5px #0f0c00;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: 30%;
    top: 40%;
  }
}

.truck__title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #008d7f;
  line-height: 0.625;
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  .truck__title {
    font-size: 1.75rem;
    line-height: 1.0714;
  }
}

.truck__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71428;
  color: #707070;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 751px) {
  .truck__text {
    font-size: 1.125rem;
    line-height: 0.83333;
    margin-top: 1.5625rem;
  }
}

.truck__img {
  position: relative;
  margin-top: 40px;
  margin-top: 2.5rem;
  display: block;
}
@media screen and (min-width: 751px) {
  .truck__img {
    margin-top: 3.25rem;
  }
}

.truck__img::before {
  content: "";
  display: block;
  padding-top: 66.6666%;
}
@media screen and (min-width: 751px) {
  .truck__img::before {
    padding-top: 72%;
  }
}

.truck__img--type::before {
  padding-top: 70%;
}
@media screen and (min-width: 751px) {
  .truck__img--type::before {
    padding-top: 69.7674%;
  }
}

.truck__img.truck__img--type img {
  height: auto;
}

.truck__img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 675px;
  width: 42.1875rem;
  height: 100%;
}
@media screen and (min-width: 751px) {
  .truck__img img {
    width: 26.875rem;
    height: 18.75rem;
  }
}

.truck__img--main img {
  height: auto;
}
@media screen and (min-width: 751px) {
  .truck__img--main img {
    width: 56.25rem;
    height: 100%;
  }
}

.truck__item--top {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 751px) {
  .truck__item--top {
    margin-top: 3.125rem;
  }
}

.truck__item--bottom {
  margin-top: 109px;
  margin-top: 6.8125rem;
}
@media screen and (min-width: 751px) {
  .truck__item--bottom {
    margin-top: 3.125rem;
  }
}

.truck__img--type:nth-child(n+2) {
  margin-top: 33px;
  margin-top: 2.0625rem;
}
@media screen and (min-width: 751px) {
  .truck__img--type:nth-child(n+2) {
    margin-top: 1.75rem;
  }
}

.truck__img--type:nth-child(2) {
  margin-top: 33px;
  margin-top: 2.0625rem;
}
@media screen and (min-width: 751px) {
  .truck__img--type:nth-child(2) {
    margin-top: inherit;
  }
}

.truck__name {
  text-align: center;
  margin-top: 11px;
  color: #707070;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 751px) {
  .truck__name {
    font-size: 1.125rem;
  }
}

.truck__item--grid {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 751px) {
  .truck__item--grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.1875rem;
  }
}

.truck__item--flex {
  display: block;
}
@media screen and (min-width: 751px) {
  .truck__item--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.truck__body--left {
  margin-right: 0;
}
@media screen and (min-width: 751px) {
  .truck__body--left {
    margin-right: 12.5rem;
  }
}

.truck__body--right {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 46px;
  margin-top: 2.875rem;
}
@media screen and (min-width: 751px) {
  .truck__body--right {
    width: 47.7777%;
  }
}

.truck__body--right .truck__img {
  margin-top: 0;
}

.truck__body--right .truck__img--parts {
  margin-top: 27px;
  margin-top: 1.6875rem;
}

.truck__img--parts::before,
.truck__img--size::before {
  padding-top: 53.33333%;
}
@media screen and (min-width: 751px) {
  .truck__img--parts::before,
.truck__img--size::before {
    padding-top: 66.66666%;
  }
}

.truck__img--parts img,
.truck__img--size img {
  width: 440px;
  width: 27.5rem;
  height: auto;
}
@media screen and (min-width: 751px) {
  .truck__img--parts img,
.truck__img--size img {
    height: auto;
  }
}

.truck__body-item.data {
  margin-top: 23px;
  margin-top: 1.4375rem;
}
@media screen and (min-width: 751px) {
  .truck__body-item.data {
    margin-top: 2.1875rem;
  }
}

.work--top {
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (min-width: 751px) {
  .work--top {
    margin-top: 3.4375rem;
  }
}

.work__title,
.work__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71428;
  color: #707070;
  margin-top: 36px;
  margin-top: 2.25rem;
}
@media screen and (min-width: 751px) {
  .work__title,
.work__text {
    font-size: 1.125rem;
    line-height: 1.666666;
    margin-top: 2.5rem;
  }
}

.work__text {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
/*# sourceMappingURL=styles.css.map */

/* about.htmlのイラスト追加 */
.about__illustration {
  margin: 50px auto 0;
  width: 100%;
}
@media screen and (min-width: 751px) {
  .about__illustration {
    margin: 50px auto 0;
    width: 80%;
  }
}

.about__illustration a {
  font-size: 12px;
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .about__illustration a {
    font-size: 12px;
  }
}
@media screen and (min-width: 1000px) {
  .about__illustration a {
    font-size: 16px;
  }
}

.about__illustration-br {
  display: block;
}
@media screen and (min-width: 751px) {
  .about__illustration-br {
    display: none;
  }
}

.about__illustration__box:not(:first-of-type) {
  padding-top: 20px;
}
@media screen and (min-width: 751px) {
  .about__illustration__box:not(:first-of-type) {
    padding-top: 40px;
  }
}

.about__illustration__box p {
  font-size: 14px;
  color: #707070;
  padding-top: 5px;
}
@media screen and (min-width: 751px) {
  .about__illustration__box p {
    font-size: 1.125rem;
  }
}

.about__illustration__box p:last-of-type {
  padding-bottom: 10px;
}

/*20240402_越生工場AIシステム紹介追加*/
.ai-system {
  display: inherit;
}

.ai-system h3 {
  font-size: 1.125rem;
  color: #008d7f;
}
@media screen and (min-width: 751px) {
  .ai-system h3 {
    font-size: 1.375rem;
  }
}

.ai-system p {
  font-size: 0.875rem;
  color: #707070;
  padding-top: 10px;
  line-height: 1.66666;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 751px) {
  .ai-system p {
    font-size: 1.125rem;
  }
}

.ai-system a {
  color: blue;
}