@charset "UTF-8";/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin-left: 0;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

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

button {
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}html {
  font-family: "Noto Sans JP", sans-serif;
  height: 100%;
  scroll-behavior: auto;
}
html body {
  font-size: 0.875rem;
  color: #353535;
}
@media screen and (min-width: 768px) {
  html body {
    font-size: 1rem;
  }
}
html body.body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
html main {
  flex: 1;
}

@view-transition {
  navigation: auto;
}
img {
  image-rendering: -webkit-optimize-contrast;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background: #fff;
  z-index: 5;
}
.header__inner {
  padding-left: clamp(10px, 1.627px + 2.392vw, 20px);
}
@media screen and (min-width: 1640px) {
  .header__inner {
    padding-left: 40px;
  }
}
.header__inner .h-logo {
  display: flex;
}
.header__logo {
  height: clamp(19px, 2.779px + 4.326vw, 36px);
  transform: translateY(2px);
}
@media screen and (min-width: 768px) {
  .header__logo {
    height: 36px;
    transform: translateY(0);
  }
}
.header__logo__wrap {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1080px) {
  .header__logo__wrap {
    min-width: 290px;
  }
}
.header__logo + span {
  display: inline-block;
}
.header__logo + span::before {
  content: "";
  width: 1px;
  height: clamp(21px, 4.779px + 4.326vw, 38px);
  background: #000;
  display: inline-block;
  margin-inline: clamp(5px, 0.229px + 1.272vw, 10px);
}
@media screen and (min-width: 768px) {
  .header__logo + span::before {
    height: 38px;
    margin-inline: 10px;
  }
}
@media screen and (min-width: 1440px) {
  .header__logo + span::before {
    margin-inline: 25px 15px;
  }
}
.header__logo--35 {
  display: inline-block;
  height: clamp(20px, 2.824px + 4.58vw, 38px);
  margin-top: 1px;
}
@media screen and (min-width: 768px) {
  .header__logo--35 {
    height: 38px;
    margin-top: unset;
  }
}
.header__inner {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1440px) {
  .header__inner {
    height: 89px;
  }
}
.header__inner nav {
  display: flex;
}
.header__inner nav .navlist {
  display: none;
}
@media screen and (min-width: 1240px) {
  .header__inner nav .navlist {
    display: flex;
    max-width: 700px;
    margin-right: 10px;
  }
  .header__inner nav .navlist li {
    max-inline-size: max-content;
  }
  .header__inner nav .navlist li.current a {
    color: #004294;
  }
  .header__inner nav .navlist li.current a::after {
    border-left-color: #004294;
  }
  .header__inner nav .navlist li a {
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-inline: clamp(5px, 0.3vw, 10px);
    font-weight: bold;
    font-size: clamp(0.875rem, 1.2vw, 1rem);
    transition: 0.3s;
  }
}
@media screen and (min-width: 1240px) and (min-width: 1080px) {
  .header__inner nav .navlist li a {
    font-size: clamp(1rem, 13.429px + 0.238vw, 1.125rem);
    padding-inline: clamp(6px, -9.429px + 1.429vw, 18px);
  }
}
@media screen and (min-width: 1240px) {
  .header__inner nav .navlist li a::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #000;
    margin-left: 10px;
    transition: 0.3s;
  }
}
@media screen and (min-width: 1240px) and (hover: hover) and (pointer: fine) {
  .header__inner nav .navlist li a:hover {
    color: #004294;
  }
  .header__inner nav .navlist li a:hover::after {
    border-left-color: #004294;
  }
}
@media screen and (min-width: 1080px) {
  .header__inner nav .navlist {
    max-width: 830px;
    margin-right: 5px;
  }
}
@media screen and (min-width: 1440px) {
  .header__inner nav .navlist {
    max-width: 950px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 1640px) {
  .header__inner nav .navlist {
    margin-right: 30px;
  }
}
.header__inner nav .header__btn {
  margin-right: 60px;
}
@media screen and (min-width: 1240px) {
  .header__inner nav .header__btn {
    margin-right: 0;
  }
}
.header__inner nav .header__btn a {
  color: #fff;
  background: #004294;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100px;
  font-size: 0.875rem;
  font-weight: bold;
  transition: 0.3s;
}
.header__inner nav .header__btn a br {
  display: none;
}
@media screen and (max-width: 450px) {
  .header__inner nav .header__btn a {
    width: 65px;
  }
  .header__inner nav .header__btn a br {
    display: block;
  }
}
@media screen and (min-width: 1440px) {
  .header__inner nav .header__btn a {
    font-size: 1.125rem;
    width: 150px;
  }
}
@media screen and (min-width: 1640px) {
  .header__inner nav .header__btn a {
    font-size: 1.125rem;
    width: clamp(150px, -142.857px + 17.857vw, 190px);
  }
}
@media (hover: hover) and (pointer: fine) {
  .header__inner nav .header__btn a:hover {
    background-color: #0051b5;
  }
}
.header__inner nav .header__btn.contact__btn a {
  background: #DB002A;
}
@media (hover: hover) and (pointer: fine) {
  .header__inner nav .header__btn.contact__btn a:hover {
    background-color: #eb022f;
  }
}
.header__inner nav .header__btn.recruit__btn {
  margin-right: 0;
}

.drawer__btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 6;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  background: #000;
}
@media screen and (min-width: 1240px) {
  .drawer__btn {
    display: none;
  }
}
.drawer__btn span {
  border-top: 2px solid #ffffff;
  width: 20px;
  height: 2px;
}
.drawer__btn span::before, .drawer__btn span::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #ffffff;
  display: inline-block;
  transition: 0.3s;
}
.drawer__btn span::before {
  transform: translateY(-21px);
}
@media screen and (min-width: 768px) {
  .drawer__btn span::before {
    transform: translateY(-23px);
  }
}
.drawer__btn span::after {
  transform: translateY(-23px);
}
@media screen and (min-width: 768px) {
  .drawer__btn span::after {
    transform: translateY(-27px);
  }
}
.drawer__btn.is_open span {
  border-color: transparent;
}
.drawer__btn.is_open span::before {
  transform: rotate(-45deg) translate(10px, -10px);
}
.drawer__btn.is_open span::after {
  transform: rotate(45deg) translate(-21.5px, -21.5px);
}
@media screen and (min-width: 768px) {
  .drawer__btn.is_open span::after {
    transform: rotate(45deg) translate(-22.5px, -22.5px);
  }
}
.drawer__contents {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  transition: 0.3s;
  top: -400px;
  background: #fff;
  padding: 20px 20px 50px;
  height: auto;
  z-index: 2;
}
.drawer__contents.is_active {
  visibility: visible;
  top: 60px;
  right: 0;
  opacity: 1;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.drawer__contents ul {
  display: flex;
  flex-direction: column;
}
.drawer__contents ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  text-align: left;
  width: 100%;
  color: #004294;
  font-weight: bold;
  letter-spacing: 0.05em;
}

main {
  margin-top: 60px;
}
@media screen and (min-width: 1440px) {
  main {
    margin-top: 89px;
  }
}

.link__area {
  max-width: 986px;
  margin-inline: auto;
  padding-inline: 20px;
}
.link__area ul {
  display: flex;
  max-width: 100%;
  margin-inline: auto;
  padding-block: 50px;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .link__area ul {
    max-width: 100%;
    width: 700px;
    padding-block: 70px;
  }
}
@media screen and (min-width: 1240px) {
  .link__area ul {
    max-width: 100%;
    width: 815px;
  }
}
.link__area ul li a {
  display: flex;
  align-items: center;
}
.link__area ul li a img {
  width: 100%;
  height: 100%;
  max-width: 30vw;
  min-height: clamp(21px, 12.412px + 2.29vw, 30px);
}
@media screen and (min-width: 768px) {
  .link__area ul li a:first-of-type {
    width: 222px;
  }
}
@media screen and (min-width: 768px) {
  .link__area ul li a:nth-of-type(2) {
    width: 260px;
  }
}
@media screen and (min-width: 768px) {
  .link__area ul li a:last-of-type {
    width: 203px;
  }
}

.footer {
  background: #004294;
  color: #fff;
  padding: 50px 20px;
}
@media screen and (min-width: 1080px) {
  .footer {
    padding: 65px 50px 50px;
  }
}
.footer .col2 {
  max-width: 1400px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .footer .col2 {
    display: flex;
    align-items: center;
  }
}
.footer .col2 .footer_content {
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer .col2 .footer_content {
    width: 45%;
  }
}
@media screen and (min-width: 1440px) {
  .footer .col2 .footer_content {
    width: calc(50% - 60px);
    margin-right: 135px;
    padding-left: 40px;
  }
}
.footer .col2 .footer_content .inner {
  max-width: 492px;
}
@media screen and (min-width: 768px) {
  .footer .col2 .footer_content .inner {
    max-width: 600px;
  }
}
.footer .col2 .footer_content .inner .txt {
  margin-bottom: 20px;
}
@media screen and (min-width: 1080px) {
  .footer .col2 .footer_content .inner .txt {
    margin-bottom: 0;
  }
}
.footer .col2 .footer_content .inner .txt .img {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer .col2 .footer_content .inner .txt .img {
    justify-content: flex-start;
  }
}
.footer .col2 .footer_content .inner .txt .img img {
  max-width: clamp(12.5rem, 9.333rem + 6.597vw, 17.25rem);
}
.footer .col2 .footer_content .inner .txt p.address {
  margin-top: 20px;
  line-height: 1.6;
}
@media screen and (min-width: 1080px) {
  .footer .col2 .footer_content .inner .txt p.address {
    font-size: 0.9375rem;
    line-height: 1.65;
    line-height: 1.7;
  }
}
.footer .col2 .sitemap__1 {
  display: flex;
  flex-wrap: wrap;
  max-width: 492px;
  justify-self: center;
}
@media screen and (min-width: 768px) {
  .footer .col2 .sitemap__1 {
    justify-content: space-between;
    max-width: 450px;
    margin-top: 10px;
  }
}
.footer .col2 .sitemap__1 li {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .footer .col2 .sitemap__1 li {
    margin-bottom: 55px;
    max-width: 220px;
    width: 46.5%;
  }
  .footer .col2 .sitemap__1 li:nth-of-type(n + 3) {
    margin-bottom: 40px;
  }
}
.footer .col2 .sitemap__1 li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .footer .col2 .sitemap__1 li a {
    font-size: 0.9375rem;
  }
}
.footer .col2 .sitemap__1 li a span:last-of-type {
  font-size: 0.8125rem;
  font-weight: bold;
}
@media (hover: hover) and (pointer: fine) {
  .footer .col2 .sitemap__1 li a:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  .footer .col2 .sitemap {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .footer .col2 .sitemap {
    padding-left: 0;
  }
}
.footer .col2 .sitemap__2 {
  max-width: 492px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .footer .col2 .sitemap__2 {
    max-width: 100%;
    display: flex;
    justify-content: flex-end;
  }
}
.footer .col2 .sitemap__2 li a {
  padding-block: 5px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .footer .col2 .sitemap__2 li a {
    display: flex;
    max-inline-size: max-content;
    padding-inline: 7px;
    padding-block: 0;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1080px) {
  .footer .col2 .sitemap__2 li a {
    padding-inline: 10px;
  }
}
.footer .col2 .sitemap__2 li a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .footer .col2 .sitemap__2 li:first-of-type a {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .footer .col2 .sitemap__2 li:last-of-type a {
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .footer .col2 .sitemap__2 li:not(:first-of-type) {
    position: relative;
  }
  .footer .col2 .sitemap__2 li:not(:first-of-type)::after {
    content: "";
    position: absolute;
    background: #fff;
    width: 1px;
    height: 100%;
    display: inline-block;
    top: 0;
  }
}
.footer small {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}

.page__top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: bottom 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}
.page__top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.page__top a {
  background: rgba(201, 201, 201, 0.8431372549);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1080px) {
  .page__top a {
    width: 60px;
    height: 60px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .page__top a:hover::after {
    top: 25%;
  }
}
.page__top a::after {
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 13px;
  height: 13px;
  transform: rotate(-45deg) translateX(-50%);
  position: absolute;
  top: 28%;
  left: 45%;
  transition: 0.3s;
}
@media screen and (min-width: 1080px) {
  .page__top a::after {
    width: 16px;
    height: 16px;
    top: 30%;
  }
}

.not-found {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 300px;
  padding-block: 50px;
}
.not-found p {
  line-height: 1.5;
}
.not-found p + p {
  margin-top: 20px;
}
.not-found .btn__req {
  margin-block: 80px 50px;
  display: flex;
  justify-content: center;
}
.not-found .btn__req a {
  width: 250px;
  height: 50px;
  background: #004294;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .not-found .btn__req a:hover {
    background: #0051b5;
  }
}
.lower .hero {
  width: 100%;
  height: 310px;
  background: #ccc;
  position: relative;
}
@media screen and (min-width: 768px) {
  .lower .hero {
    height: 324px;
  }
}
.lower .hero .ttl__area {
  color: #fff;
  padding-left: 20px;
  background: url(/sptack/assets/images/top/bg_sp_mv.jpg) no-repeat bottom right;
  background-size: cover;
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .lower .hero .ttl__area {
    height: 100%;
    width: 35%;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1240px) {
  .lower .hero .ttl__area {
    padding-left: calc(50% - 479px);
  }
}
@media screen and (min-width: 1440px) {
  .lower .hero .ttl__area {
    width: 40%;
  }
}
@media screen and (min-width: 1640px) {
  .lower .hero .ttl__area {
    width: 50%;
  }
}
.lower .hero .ttl__area .ttl__sub {
  font-size: clamp(0.875rem, 0.819rem + 0.255vw, 1.125rem);
  margin-bottom: 10px;
  font-weight: bold;
}
.lower .hero .ttl__area .ttl__hero {
  font-size: clamp(1.25rem, 0.943rem + 1.401vw, 2.625rem);
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .lower .hero .img_mv {
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
    height: 324px;
  }
}
@media screen and (min-width: 1440px) {
  .lower .hero .img_mv {
    width: 60%;
  }
}
@media screen and (min-width: 1640px) {
  .lower .hero .img_mv {
    width: 50%;
  }
}
.lower .hero .img_mv img {
  object-fit: cover;
  width: 100%;
  height: 180px;
}
@media screen and (min-width: 768px) {
  .lower .hero .img_mv img {
    height: 324px;
  }
}
@media screen and (min-width: 768px) {
  .lower .hero__greeting .img_mv, .lower .hero__contact .img_mv {
    background: #12B3E7;
    width: 50%;
  }
}
.lower .hero__greeting .img_mv img, .lower .hero__contact .img_mv img {
  object-position: 0 -10px;
}
@media screen and (min-width: 500px) {
  .lower .hero__greeting .img_mv img, .lower .hero__contact .img_mv img {
    object-position: left -78px;
  }
}
@media screen and (min-width: 768px) {
  .lower .hero__greeting .img_mv img, .lower .hero__contact .img_mv img {
    object-position: unset;
  }
}
@media screen and (min-width: 1080px) {
  .lower .hero__greeting .img_mv img, .lower .hero__contact .img_mv img {
    max-width: 462px;
  }
}
@media screen and (min-width: 768px) {
  .lower .hero__greeting .ttl__area, .lower .hero__contact .ttl__area {
    width: 50%;
  }
}
.lower .hero__contact .img_mv img {
  object-position: 0 -10px;
}
@media screen and (min-width: 768px) {
  .lower .hero__contact .img_mv img {
    object-position: unset;
  }
}
@media screen and (min-width: 1080px) {
  .lower .hero__contact .img_mv img {
    max-width: 581px;
  }
}
.lower .hero__technology {
  height: 310px;
}
@media screen and (min-width: 768px) {
  .lower .hero__technology {
    background: url(/sptack/assets/images/technology/mv.webp) no-repeat;
    background-size: cover;
    background-position: top right -300px;
    height: 324px;
  }
}
@media screen and (min-width: 1080px) {
  .lower .hero__technology {
    background-position: top center;
  }
}
.lower .hero__technology .img__sp {
  width: 100%;
  height: 180px;
}
@media screen and (min-width: 768px) {
  .lower .hero__technology .img__sp {
    display: none;
  }
}
.lower .hero__technology .img__sp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
@media screen and (min-width: 768px) {
  .lower .hero__technology .ttl__area {
    background: none;
  }
}
.lower .hero__product .img_mv {
  display: flex;
}
.lower .hero__product .img_mv .pic {
  flex: 1;
}
.lower .hero__product .img_mv .pic img {
  width: 100%;
}
.lower .img img {
  width: 100%;
}

.inner {
  width: 100%;
  max-width: 983px;
  margin-inline: auto;
  padding-inline: 20px;
}

.pt5 {
  padding-top: 5px;
}

.pt7 {
  padding-top: 7px;
}

.pt10 {
  padding-top: 10px;
}

.pt5-10 {
  padding-top: clamp(5px, 1.795px + 0.855vw, 10px);
}

.nav__page {
  padding-block: 0px 50px;
}
@media screen and (min-width: 768px) {
  .nav__page {
    padding-block: 50px 100px;
  }
}
.nav__page .col__2-1--same {
  align-items: center;
}
@media screen and (min-width: 768px) {
  .nav__page .col__2-1--same {
    min-height: 223px;
  }
}
.nav__page .col__2-1--same .lead {
  font-size: clamp(1.125rem, 1rem + 0.573vw, 1.688rem);
  padding-block: 30px;
  line-height: 1.6;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .nav__page .col__2-1--same .lead {
    padding-block: 0;
    line-height: 1.6571428571;
  }
}
@media screen and (min-width: 768px) {
  .nav__page .col__2-1--same .lead.kakko {
    margin-left: -20px;
  }
}
.nav__page .col__2-1--same .exp {
  line-height: 1.65;
}
@media screen and (min-width: 768px) {
  .nav__page .col__2-1--same .exp {
    font-size: 1rem;
  }
}
.nav__page--list {
  gap: 8px;
  margin-top: 30px;
}
.nav__page--list li {
  flex: 1;
}
.nav__page--list li a {
  background: #004294;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: clamp(55px, 50.423px + 1.221vw, 68px);
  font-size: clamp(0.813rem, 0.656rem + 0.718vw, 1rem);
  transition: 0.3s;
  padding-inline: 5px;
  padding-bottom: 5px;
  line-height: 1.2;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .nav__page--list li a {
    font-size: 1.25rem;
  }
  .nav__page--list li a br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .nav__page--list li a {
    padding-bottom: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .nav__page--list li a:hover {
    background: #0051b5;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .nav__page--list li a:hover::after {
    top: 43%;
  }
}
.nav__page--list li a::after {
  content: "";
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  rotate: 45deg;
  transform: translateX(50%);
  bottom: 8px;
  right: 50%;
}
@media screen and (min-width: 768px) {
  .nav__page--list li a::after {
    width: 10px;
    height: 10px;
    bottom: unset;
    right: 20px;
    top: 40%;
    transform: translateX(0);
    transition: 0.3s;
  }
}

.col .txt p {
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .col__2-1 {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .col__2-1--same {
    display: flex;
    justify-content: space-between;
    gap: clamp(8px, 0px + 1.042vw, 15px);
  }
  .col__2-1--same li, .col__2-1--same > div, .col__2-1--same > p {
    flex: 1;
  }
}
.col__2-1--same:has(.txt_btm) {
  align-items: flex-end;
}
.col__2-1--21 {
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .col__2-1--21:has(.tesage) {
    align-items: flex-end;
    transform: translateY(-108px);
  }
}
.col__2-1--21 .txt {
  width: unset;
}
.col__2-1--21 .colbox:first-of-type {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .col__2-1--21 .colbox:first-of-type {
    flex: 645;
    margin-bottom: 0;
  }
}
.col__2-1--21 .colbox:last-of-type {
  max-width: 277px;
  width: 45%;
}
@media screen and (min-width: 768px) {
  .col__2-1--21 .colbox:last-of-type {
    flex: 277;
    width: unset;
  }
}
.col__2-1--21 .colbox .img {
  width: unset;
}
.col__2-1--21 .colbox.tesage .img img {
  max-height: 400px;
  object-fit: contain;
}
@media screen and (min-width: 1080px) {
  .col__2-1--21 .colbox.tesage .img img {
    max-height: unset;
    width: 541px;
  }
}
@media screen and (min-width: 768px) {
  .col__3-1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto auto;
  }
}
.col__3-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .col__3-2 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.col__3-2--img .colbox .img img {
  object-fit: cover;
  aspect-ratio: 303/287;
}
.col__3-2--op {
  display: flex;
  max-width: 700px;
}
.col--gap {
  gap: clamp(10px, 3.59px + 1.709vw, 20px);
}
.col--btm .colbox {
  margin-bottom: 20px;
}
.col--option {
  align-items: flex-end;
}
.col--option .colbox:first-child {
  grid-column: 1;
}
@media screen and (min-width: 768px) {
  .col--option .colbox:first-child {
    grid-column: unset;
  }
}
.col--option .colbox:nth-child(2) {
  grid-column: 1;
}
@media screen and (min-width: 768px) {
  .col--option .colbox:nth-child(2) {
    grid-column: unset;
  }
}
.col--option .colbox:nth-child(3) {
  grid-column: 2;
}
@media screen and (min-width: 768px) {
  .col--option .colbox:nth-child(3) {
    grid-column: unset;
  }
}
.col__3 {
  display: flex;
}
.col__3 li {
  flex: 1;
}
.col__2 {
  display: flex;
}
.col__2 li {
  flex: 1;
}

.ttl__blue {
  color: #004294;
  font-size: clamp(1.125rem, 1.014rem + 0.51vw, 1.625rem);
  font-weight: bold;
}
.ttl__blue.mbl {
  margin-block: 30px 20px;
}
@media screen and (min-width: 768px) {
  .ttl__blue.mbl {
    margin-block: 50px 20px;
  }
}
.ttl__blue.mid {
  font-size: clamp(1rem, 0.77rem + 0.982vw, 1.375rem);
  font-weight: 600;
}
.ttl__blue.sm {
  font-size: clamp(1rem, 0.847rem + 0.655vw, 1.25rem);
}
.ttl__line-blue {
  border-top: 1px solid #000;
  color: #004294;
  font-size: clamp(1.125rem, 1.014rem + 0.51vw, 1.625rem);
  padding-block: clamp(15px, -11.667px + 3.472vw, 30px) 10px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .ttl__line-blue {
    margin-bottom: 50px;
  }
}
.ttl__bdr {
  font-size: clamp(1rem, 0.714rem + 0.595vw, 1.25rem);
  font-weight: bold;
  color: #004294;
  border-bottom: 2px solid #004294;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 30px;
}

.fs--l {
  font-size: clamp(1.25rem, 1.03rem + 0.939vw, 1.875rem);
}
.fs--lm {
  font-size: clamp(1.125rem, 1.014rem + 0.51vw, 1.625rem);
}

.bl-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-block: 30px 50px;
}
@media screen and (min-width: 768px) {
  .bl-btn {
    margin-block: 30px 100px;
  }
}
.bl-btn a {
  background: #004294;
  color: #fff;
  display: flex;
  align-items: center;
  height: 54px;
  width: 363px;
  padding-left: 20px;
  font-size: 0.875rem;
}
.bl-btn--arrow {
  position: relative;
  transition: 0.3s;
}
.bl-btn--arrow::after {
  content: "→";
  color: #fff;
  position: absolute;
  right: 30px;
  transition: 0.3s;
  display: inline-block;
}
@media (hover: hover) and (pointer: fine) {
  .bl-btn--arrow:hover {
    background: #0051b5;
  }
  .bl-btn--arrow:hover::after {
    right: 25px;
  }
}
.table-scroll {
  overflow-x: auto;
  overflow-y: hidden;
}
.table-scroll:has(.spt) {
  padding-bottom: 30px;
}
.table-scroll table {
  min-width: 700px;
  width: 100%;
  border-collapse: collapse;
}
@media screen and (min-width: 1240px) {
  .table-scroll table {
    width: 100%;
  }
}

.technology section {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .technology section {
    margin-bottom: 100px;
  }
}
.technology section .ttl__line-blue:has(.btn) {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .technology section .ttl__line-blue:has(.btn) {
    margin-bottom: 10px;
  }
}
.technology section .ttl__line-blue:has(.btn) .btn {
  background: #004294;
  color: #fff;
  font-size: 0.875rem;
  width: 178px;
  height: 30px;
  display: flex;
  padding-left: 20px;
  align-items: center;
  position: relative;
  font-weight: normal;
}
@media (hover: hover) and (pointer: fine) {
  .technology section .ttl__line-blue:has(.btn) .btn:hover {
    background: #0051b5;
  }
  .technology section .ttl__line-blue:has(.btn) .btn:hover::after {
    right: 10px;
  }
}
.technology section .ttl__line-blue:has(.btn) .btn::after {
  content: "→";
  position: absolute;
  right: 15px;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .technology section .ttl__bdr {
    margin-left: 30px;
    margin-bottom: 50px;
  }
}
.technology section .card__icon {
  line-height: 1.5625;
}
@media screen and (min-width: 768px) {
  .technology section .card__icon {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
  }
}
.technology section .card__icon:nth-of-type(2) {
  margin-block: 30px;
  padding-block: 30px;
  border-top: 1px solid #004294;
  border-bottom: 1px solid #004294;
}
@media screen and (min-width: 768px) {
  .technology section .card__icon:nth-of-type(2) {
    border-top: unset;
    padding-block: unset;
    border-bottom: unset;
    border-left: 1px solid #004294;
    border-right: 1px solid #004294;
    margin-block: unset;
  }
}
.technology section .card__icon .img {
  display: flex;
  justify-content: center;
}
.technology section .card__icon .img img {
  height: 88px;
  object-fit: contain;
}
.technology section .card__icon h4 {
  text-align: center;
  color: #004294;
  padding-block: 10px;
  display: grid;
  align-items: center;
  font-weight: 600;
  font-size: 1rem;
}
.technology section .card__icon .txt {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.technology section .card__icon .txt p {
  width: 80%;
  max-width: 400px;
}
.technology section .table_1 {
  table-layout: fixed;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #004294;
}
.technology section .table_1 th, .technology section .table_1 td {
  padding: 6px 10px;
  border: 1px solid #004294;
  white-space: nowrap;
}
.technology section .table_1 thead {
  background: #004294;
  color: #fff;
  font-size: 0.875rem;
}
.technology section .table_1 thead th, .technology section .table_1 thead td {
  border: 1px solid #fff;
  border-top: transparent;
}
.technology section .table_1 tbody {
  font-size: 0.75rem;
  text-align: center;
}
.technology section .table_1 tbody .num {
  text-align: center;
}
.technology section .table_1 tbody tr:has(th[rowspan]) {
  border-top: 2px solid #004294;
}
.technology section .table_1 tbody tr:has(th[rowspan]):first-child {
  border-top: 1px solid #004294;
}
.technology section .table_1 tbody td {
  height: 27px;
}
.technology section .table_1 .tate-txt {
  color: #004294;
  font-size: 1rem;
}
.technology section .table_1 .tate-txt span {
  writing-mode: vertical-rl;
}
.technology section .table_1 .tate-txt.kami {
  letter-spacing: 4rem;
  padding-top: 50px;
}
.technology section .table_1 .txt-left {
  text-align: left;
}
.technology section .table_1 .min {
  width: 50px;
}
.technology section .table_1 .bdr-b {
  border-right: 1px solid #004294;
}
.technology section .table_1 .yoko-wid {
  width: 250px;
}
@media screen and (min-width: 1080px) {
  .technology section .table_1 .yoko-wid {
    width: 300px;
  }
}
.technology section .table_1 .yoko-wid--plus {
  width: 200px;
}
@media screen and (min-width: 1080px) {
  .technology section .table_1 .yoko-wid--plus {
    width: 350px;
  }
}
.technology section .table_1 .spt {
  position: relative;
}
.technology section .table_1 .spt::after {
  content: "SPT法";
  position: absolute;
  bottom: -20px;
  right: 0;
}
.technology section .table_1.bg-option {
  min-width: 850px;
}
.technology section .table_1.bg-option tbody tr:nth-child(even) td:not(:first-child), .technology section .table_1.bg-option tbody .even {
  background: #E6F0FF;
}
.technology section .table_1.bg-normal tbody tr:nth-child(odd) {
  background: #E6F0FF;
}
.technology section .table_1.bg-normal-1-non tbody tr:nth-child(odd) td:not(:first-child) {
  background: #E6F0FF;
}
.technology section .bk-gy {
  background: #F1F0F2;
  padding-block: 30px;
  margin-block: 40px;
}
@media screen and (min-width: 768px) {
  .technology section .bk-gy {
    margin-top: 70px;
    padding-top: 0;
  }
}
@media screen and (min-width: 1240px) {
  .technology section .bk-gy {
    padding-block: 0;
  }
}
.technology section .bk-gy .material .col__2-1 .txt {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .technology section .bk-gy .material .col__2-1 .txt {
    line-height: 2;
    width: 55%;
    padding-right: 50px;
    padding-bottom: 0;
  }
}
.technology section .bk-gy .material .col__2-1 .txt h4 {
  font-size: clamp(1.125rem, 0.625rem + 1.042vw, 1.563rem);
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .technology section .bk-gy .material .col__2-1 .txt h4 {
    margin-block: 40px 20px;
  }
}
.technology section .bk-gy .material .col__2-1 .img {
  padding-bottom: 5px;
  text-align: center;
}
.technology section .bk-gy .material .col__2-1 .img img {
  object-fit: contain;
  max-width: 408px;
}
@media screen and (min-width: 768px) {
  .technology section .bk-gy .material .col__2-1 .img {
    width: 45%;
    transform: translateY(-30px);
    padding-bottom: 0;
  }
}
.technology section .typical {
  font-size: clamp(1.125rem, 1.042rem + 0.174vw, 1.25rem);
  margin-block: 30px;
  line-height: 1.6;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .technology section .typical {
    margin-block: 60px 25px;
  }
}
@media screen and (min-width: 768px) {
  .technology section .typical.mt-min {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1080px) {
  .technology section .typical.mt-non {
    margin-top: 0;
  }
}
.technology section .typical span {
  font-size: 0.875rem;
  display: block;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .technology section .typical span {
    display: inline-block;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1080px) {
  .technology section .typical:has(+ .kisei_ttl) {
    transform: translateY(50px);
  }
}
.technology section .kisei.col__2-1 {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
@media screen and (min-width: 1080px) {
  .technology section .kisei.col__2-1 {
    align-items: flex-end;
    flex-direction: row;
  }
}
.technology section .kisei .table_box {
  max-width: 700px;
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .technology section .kisei .table_box .table-scroll {
    overflow-x: hidden;
  }
}
.technology section .kisei .table_box table {
  width: 100%;
}
.technology section .kisei .table_box table .yoko-wid {
  width: 438px;
}
.technology section .kisei .img {
  height: 120px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1080px) {
  .technology section .kisei .img {
    width: 189px;
    height: 279px;
    margin-left: 20px;
    margin-bottom: 0;
  }
}
.technology section .kisei .img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.technology section .kisei.kisei--other.col__2-1 {
  align-items: center;
}
@media screen and (min-width: 1080px) {
  .technology section .kisei.kisei--other.col__2-1 .table_box {
    max-width: 570px;
  }
}
.technology section .kisei.kisei--other.col__2-1 .table_box .table-scroll table {
  min-width: unset;
}
.technology section .kisei.kisei--other.col__2-1 .table_box .table-scroll table .none {
  background: #fff;
  border-bottom: 1px solid #004294;
}
.technology section .kisei.kisei--other.col__2-1 .table_box p {
  font-size: 0.75rem;
  line-height: 1.5;
  margin-top: 5px;
}
.technology section .kisei.kisei--other.col__2-1 .img {
  height: 250px;
}
@media screen and (min-width: 1080px) {
  .technology section .kisei.kisei--other.col__2-1 .img {
    width: 273.29px;
    height: 374.07px;
    margin-left: 100px;
  }
}

.facilities .ttl__blue.sm {
  line-height: 1.4;
}
.facilities p {
  line-height: 1.6;
}
.facilities .inner__fac {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .facilities .inner__fac {
    margin-bottom: clamp(70px, 30px + 5.208vw, 120px);
  }
}
@media screen and (min-width: 1080px) {
  .facilities .inner__fac {
    padding-inline: 29px;
  }
}
.facilities .inner__fac__end {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .facilities .inner__fac__end {
    margin-bottom: clamp(50px, 30px + 2.604vw, 80px);
  }
}
.facilities .inner__fac .mgt_all {
  margin-top: 10px;
}
.facilities .inner__fac .mgt_img_sp {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .facilities .inner__fac .mgt_img_sp {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .facilities .inner__fac .l_img_cap {
    margin-bottom: 35px;
  }
}
.facilities .inner__fac .fac_note span:first-of-type {
  width: 7rem;
  display: inline-block;
}
.facilities .inner__fac .dtl_info {
  margin-top: 10px;
}
@media screen and (min-width: 1080px) {
  .facilities .inner__fac .dtl_info {
    display: flex;
    flex-wrap: wrap;
  }
}
.facilities .inner__fac .dtl_info li {
  line-height: 1.6;
}
@media screen and (min-width: 1080px) {
  .facilities .inner__fac .dtl_info li span {
    flex: unset;
    font-size: 0.8125rem;
    width: 50%;
  }
}
.facilities .inner__fac .dtl_info li span i {
  font-style: normal;
}
@media screen and (min-width: 1080px) {
  .facilities .inner__fac .dtl_info li span i {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1080px) {
  .facilities .inner__fac .dtl_info li {
    flex: unset;
    width: 50%;
  }
  .facilities .inner__fac .dtl_info li span {
    font-size: 0.8125rem;
  }
  .facilities .inner__fac .dtl_info li span i {
    font-size: 1rem;
    font-style: normal;
  }
}
.facilities .inner__fac figure figcaption {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .facilities .inner__fac .col__2-1--same {
    gap: clamp(0.625rem, -2.678rem + 6.881vw, 1.563rem);
  }
}
.facilities .inner__fac .col__2-1--same.btm {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .facilities .inner__fac .col__2-1--same.btm {
    margin-bottom: 30px;
  }
}
.facilities .inner__fac .col__2-1--same.btm .mgt_img_sp {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .facilities .inner__fac .col__2-1--same.btm .mgt_img_sp {
    margin-top: 0;
  }
}
.facilities .inner__fac .factory .factory_content {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .facilities .inner__fac .factory .factory_content {
    max-width: 760px;
    width: 100%;
    margin-bottom: 0;
    display: flex;
    border-bottom: 1px solid #004294;
  }
  .facilities .inner__fac .factory .factory_content:last-of-type {
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  .facilities .inner__fac .factory .factory_content .first {
    width: 300px;
    display: flex;
    padding-block: 20px;
    border-right: 1px solid #004294;
  }
  .facilities .inner__fac .factory .factory_content .first .ttl__blue {
    width: 118px;
  }
}
@media screen and (min-width: 768px) {
  .facilities .inner__fac .factory .factory_content .second {
    width: calc(100% - 300px);
    padding-left: 30px;
    padding-block: 20px;
  }
  .facilities .inner__fac .factory .factory_content .second p span {
    display: inline-block;
    width: 200px;
  }
}
@media screen and (min-width: 1080px) {
  .facilities .inner__fac .factory .factory_content .second {
    padding-left: 50px;
  }
}

@container (min-width: 500px) {
  ul {
    column-count: 2;
    gap: clamp(15px, -11.667px + 3.472vw, 30px);
    width: 100%;
  }
  ul.single {
    column-count: 1;
    max-width: 300px;
  }
}
.product .col__2-1--head {
  border-top: 1px solid #000;
  padding-block: 20px;
}
.product .col__2-1--head .txt {
  margin-top: 30px;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .product .col__2-1--head .txt {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .product .col__2-1--head {
    padding-block: 30px 70px;
  }
  .product .col__2-1--head h2 {
    width: 30%;
  }
  .product .col__2-1--head .txt {
    max-width: 639px;
    width: 70%;
  }
}
.product .col__2-1--tack {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1080px) {
  .product .col__2-1--tack {
    flex-direction: row;
    align-items: flex-start;
  }
}
.product .col__2-1--tack .img {
  width: 304px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1080px) {
  .product .col__2-1--tack .img {
    margin-bottom: 0;
  }
}
.product .col__2-1--tack .img img {
  width: 100%;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .product .col__2-1--tack .txt {
    width: 70%;
  }
}
@media screen and (min-width: 1080px) {
  .product .col__2-1--tack .txt {
    width: 64%;
  }
}
.product .col__2-1--tack .txt p {
  line-height: 1.5;
}
.product .col__2-1--tack .txt p.bold {
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .product .col__2-1--tack .txt p.bold {
    font-size: 1.125rem;
  }
}
.product .col__2-1--tack .txt p.bold + p {
  margin-bottom: 5px;
}
.product .col__2-1--tack .txt .col__3-1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (min-width: 1080px) {
  .product .col__2-1--tack .txt .col__3-1 {
    gap: 10px;
  }
}
.product .col__2-1--tack .txt .col__3-1 ul li {
  margin-bottom: 5px;
}
.product .col__2-1--tack .txt .col__3-1 ul li::before {
  content: "・";
}
.product .z-up {
  position: relative;
  z-index: 1;
}
.product #seal {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .product #seal {
    padding-bottom: 100px;
  }
}
.product #seal .col__2-1--head {
  padding-bottom: 0;
}
.product #bag {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .product #bag .bl-btn {
    margin-top: 70px;
  }
}
@media screen and (min-width: 1080px) {
  .product #bag .bl-btn.mt0 {
    margin-top: -40px;
  }
}

.sustainability sub {
  font-size: 0.7em;
  vertical-align: baseline;
  position: relative;
  bottom: -0.1em; /* 下げ具合を調整 */
}
.sustainability .nav__br a {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sustainability .nav__br a br {
    display: none;
  }
}
.sustainability #eco-policy {
  border-top: 1px solid #000;
  padding-block: clamp(15px, -11.667px + 3.472vw, 30px);
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .sustainability #eco-policy .eco-policy_wrap {
    display: flex;
  }
}
.sustainability #eco-policy .ttl__blue {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .sustainability #eco-policy .ttl__blue {
    margin-bottom: 0;
    width: clamp(9.375rem, -1.788rem + 23.256vw, 12.5rem);
  }
}
.sustainability #eco-policy ol {
  list-style: decimal;
  margin-left: 1.5em;
}
@media screen and (min-width: 768px) {
  .sustainability #eco-policy ol {
    width: calc(100% - clamp(9.375rem, -1.788rem + 23.256vw, 12.5rem));
  }
}
.sustainability #eco-policy ol li {
  line-height: 1.65;
  margin-bottom: 10px;
  padding-left: 5px;
}
.sustainability #eco-policy ol li::marker {
  font-size: 1.25rem;
}
.sustainability #eco-policy ol li br {
  display: none;
}
@media screen and (min-width: 768px) {
  .sustainability #eco-policy ol li br {
    display: block;
  }
}
.sustainability #eco-policy .date_rihgt {
  margin-top: 30px;
  text-align: right;
  line-height: 1.6;
}
.sustainability #eco-production .ttl__line-blue {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .sustainability #eco-production .ttl__line-blue {
    margin-bottom: 80px;
  }
}
.sustainability #eco-production .txt {
  line-height: 1.75;
}
.sustainability #eco-production .txt--space {
  letter-spacing: 0.02em;
  margin-top: 30px;
}
.sustainability #eco-production .col__2-1--sus:not(:first-of-type), .sustainability #eco-production .col__1--sus:not(:first-of-type) {
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .sustainability #eco-production .col__2-1--sus:not(:first-of-type), .sustainability #eco-production .col__1--sus:not(:first-of-type) {
    margin-top: 120px;
  }
}
@media screen and (min-width: 768px) {
  .sustainability #eco-production .col__2-1--sus, .sustainability #eco-production .col__1--sus {
    gap: 5%;
  }
}
@media screen and (min-width: 768px) {
  .sustainability #eco-production .col__2-1--sus:has(.recycle), .sustainability #eco-production .col__1--sus:has(.recycle) {
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .sustainability #eco-production .col__2-1--sus > .txt, .sustainability #eco-production .col__1--sus > .txt {
    width: 57%;
  }
}
.sustainability #eco-production .col__2-1--sus > .txt .sdgs_icon, .sustainability #eco-production .col__1--sus > .txt .sdgs_icon {
  margin-block: 0 20px;
}
@media screen and (min-width: 768px) {
  .sustainability #eco-production .col__2-1--sus > .txt .sdgs_icon, .sustainability #eco-production .col__1--sus > .txt .sdgs_icon {
    margin-block: 0 40px;
  }
}
.sustainability #eco-production .col__2-1--sus > .txt .sdgs_icon img, .sustainability #eco-production .col__1--sus > .txt .sdgs_icon img {
  height: 60px;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .sustainability #eco-production .col__2-1--sus > .txt .sdgs_icon img, .sustainability #eco-production .col__1--sus > .txt .sdgs_icon img {
    height: 78px;
  }
}
.sustainability #eco-production .col__2-1--sus > .txt .ttl__blue, .sustainability #eco-production .col__1--sus > .txt .ttl__blue {
  line-height: 1.6;
  margin-block: 20px;
}
@media screen and (min-width: 768px) {
  .sustainability #eco-production .col__2-1--sus > .txt .ttl__blue, .sustainability #eco-production .col__1--sus > .txt .ttl__blue {
    margin-block: 10px 50px;
  }
  .sustainability #eco-production .col__2-1--sus > .txt .ttl__blue:has(+ .bold), .sustainability #eco-production .col__1--sus > .txt .ttl__blue:has(+ .bold) {
    margin-bottom: 25px;
  }
}
.sustainability #eco-production .col__2-1--sus > .txt .bold, .sustainability #eco-production .col__1--sus > .txt .bold {
  font-weight: bold;
  font-size: clamp(1rem, 0.956rem + 0.188vw, 1.125rem);
  margin-bottom: 25px;
}
.sustainability #eco-production .col__2-1--sus > .txt .bold br, .sustainability #eco-production .col__1--sus > .txt .bold br {
  display: none;
}
@media screen and (min-width: 1080px) {
  .sustainability #eco-production .col__2-1--sus > .txt .bold br, .sustainability #eco-production .col__1--sus > .txt .bold br {
    display: block;
  }
}
.sustainability #eco-production .col__2-1--sus > .txt .bold:has(+ small), .sustainability #eco-production .col__1--sus > .txt .bold:has(+ small) {
  margin-bottom: 10px;
}
.sustainability #eco-production .col__2-1--sus > .txt small, .sustainability #eco-production .col__1--sus > .txt small {
  line-height: 1.4;
  display: inline-block;
  margin-bottom: 30px;
}
.sustainability #eco-production .col__2-1--sus > .txt .recycle, .sustainability #eco-production .col__1--sus > .txt .recycle {
  border-left: 1px solid #004294;
  padding-left: 20px;
  margin-block: 30px;
}
@media screen and (min-width: 768px) {
  .sustainability #eco-production .col__2-1--sus > .txt .recycle, .sustainability #eco-production .col__1--sus > .txt .recycle {
    margin-block: 0;
  }
}
.sustainability #eco-production .col__2-1--sus > .txt .recycle p, .sustainability #eco-production .col__1--sus > .txt .recycle p {
  font-size: clamp(1rem, 0.956rem + 0.188vw, 1.125rem);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
}
.sustainability #eco-production .col__2-1--sus > .txt .recycle p br.pc_none, .sustainability #eco-production .col__1--sus > .txt .recycle p br.pc_none {
  display: none;
}
@media screen and (min-width: 768px) {
  .sustainability #eco-production .col__2-1--sus > .txt .recycle p br.pc_none, .sustainability #eco-production .col__1--sus > .txt .recycle p br.pc_none {
    display: block;
  }
}
.sustainability #eco-production .col__2-1--sus > .txt .recycle p span, .sustainability #eco-production .col__1--sus > .txt .recycle p span {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: clamp(1.125rem, 0.919rem + 0.88vw, 1.438rem);
}
.sustainability #eco-production .col__2-1--sus > .txt .recycle p span::before, .sustainability #eco-production .col__1--sus > .txt .recycle p span::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 0 8.5px 14.7px;
  border-color: transparent transparent transparent #000000;
}
@media screen and (min-width: 768px) {
  .sustainability #eco-production .col__2-1--sus > .txt .recycle p span::before, .sustainability #eco-production .col__1--sus > .txt .recycle p span::before {
    border-width: 10px 0 10px 17.3px;
  }
}
.sustainability #eco-production .col__2-1--sus > .img, .sustainability #eco-production .col__1--sus > .img {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sustainability #eco-production .col__2-1--sus > .img, .sustainability #eco-production .col__1--sus > .img {
    width: 38%;
  }
}
@media screen and (min-width: 768px) {
  .sustainability #eco-production .col__2-1--sus > .img--kamishine, .sustainability #eco-production .col__1--sus > .img--kamishine {
    text-align: right;
  }
}
.sustainability #eco-production .col__2-1--sus > .img--kamishine img, .sustainability #eco-production .col__1--sus > .img--kamishine img {
  max-width: 312px !important;
}
.sustainability #eco-production .col__2-1--sus > .img .flexo, .sustainability #eco-production .col__2-1--sus > .img .fsc, .sustainability #eco-production .col__1--sus > .img .flexo, .sustainability #eco-production .col__1--sus > .img .fsc {
  text-align: left;
  margin-block: 30px;
  max-inline-size: max-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .sustainability #eco-production .col__2-1--sus > .img .flexo, .sustainability #eco-production .col__2-1--sus > .img .fsc, .sustainability #eco-production .col__1--sus > .img .flexo, .sustainability #eco-production .col__1--sus > .img .fsc {
    max-inline-size: unset;
    margin-inline: unset;
  }
}
.sustainability #eco-production .col__2-1--sus > .img .flexo img, .sustainability #eco-production .col__2-1--sus > .img .fsc img, .sustainability #eco-production .col__1--sus > .img .flexo img, .sustainability #eco-production .col__1--sus > .img .fsc img {
  max-width: 180px;
}
.sustainability #eco-production .col__2-1--sus > .img .flexo figcaption, .sustainability #eco-production .col__2-1--sus > .img .fsc figcaption, .sustainability #eco-production .col__1--sus > .img .flexo figcaption, .sustainability #eco-production .col__1--sus > .img .fsc figcaption {
  font-weight: bold;
  padding-top: 20px;
  line-height: 1.4;
}
.sustainability #eco-production .col__2-1--sus > .img .flexo p, .sustainability #eco-production .col__2-1--sus > .img .fsc p, .sustainability #eco-production .col__1--sus > .img .flexo p, .sustainability #eco-production .col__1--sus > .img .fsc p {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .sustainability #eco-production .col__2-1--sus > .img .fsc, .sustainability #eco-production .col__1--sus > .img .fsc {
    margin-top: unset;
  }
}
.sustainability #eco-production .col__2-1--sus > .img .fsc img, .sustainability #eco-production .col__1--sus > .img .fsc img {
  width: 150px;
}
.sustainability #eco-production .col__2-1--sus > .img img, .sustainability #eco-production .col__1--sus > .img img {
  width: 100%;
  max-width: 358px;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .sustainability #eco-production .col__1--sus {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .sustainability #eco-production .col__1--sus .txt, .sustainability #eco-production .col__1--sus .img {
    width: 100%;
  }
}
.sustainability #eco-production .col__1--sus .txt figure, .sustainability #eco-production .col__1--sus .img figure {
  margin-block: 30px;
}
.sustainability #eco-production .col__1--sus .txt figure img, .sustainability #eco-production .col__1--sus .img figure img {
  width: 100%;
  max-width: 832px;
}
.sustainability #eco-production .col__2--sus {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 500px) {
  .sustainability #eco-production .col__2--sus {
    flex-direction: row;
  }
}
@media screen and (min-width: 1440px) {
  .sustainability #eco-production .col__2--sus {
    justify-content: space-between;
  }
}
.sustainability #eco-production .col__2--sus .img {
  text-align: center;
}
@media screen and (min-width: 500px) {
  .sustainability #eco-production .col__2--sus .img {
    width: 94px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .sustainability #eco-production .col__2--sus .img {
    transform: translateX(20px);
  }
}
.sustainability #eco-production .col__2--sus .img img {
  width: 94px;
}
@media screen and (min-width: 768px) {
  .sustainability #eco-production .merit_area {
    margin-bottom: 50px;
  }
}
.sustainability #eco-production .merit_area .al_l_c {
  text-align: left;
  line-height: 1.44;
}
@media screen and (min-width: 768px) {
  .sustainability #eco-production .merit_area .al_l_c {
    text-align: center;
  }
}
.sustainability #eco-production .merit_area .ttl {
  color: #248F70;
  background: #D9E8E1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-block: 30px 20px;
  font-weight: 600;
  font-size: clamp(1rem, 0.956rem + 0.188vw, 1.125rem);
}
@media screen and (min-width: 768px) {
  .sustainability #eco-production .merit_area .ttl {
    height: 90px;
    font-size: 1.25rem;
  }
}
.sustainability #eco-production .col__4-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .sustainability #eco-production .col__4-1 {
    flex-wrap: nowrap;
    gap: 17px;
    margin-bottom: 10px;
  }
}
.sustainability #eco-production .col__4-1 .card {
  width: 48%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .sustainability #eco-production .col__4-1 .card {
    flex: 1;
  }
}
.sustainability #eco-production .col__4-1 .card > p {
  text-align: left;
  font-size: 1.125rem;
  color: #248F70;
  padding-bottom: 5px;
}
.sustainability #eco-production .col__4-1 .card > p span {
  padding-right: 1rem;
  font-size: 1rem;
}
.sustainability #eco-production .col__4-1 .card .box {
  border: 1px solid #248F70;
  background: #D9E8E1;
  padding: 15px 10px;
  line-height: 1.44;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: rgb(36, 143, 112) 6px 6px;
}
@media screen and (max-width: 450px) {
  .sustainability #eco-production .col__4-1 .card .box {
    padding-inline: 5px !important;
  }
}
@media screen and (min-width: 768px) {
  .sustainability #eco-production .col__4-1 .card .box {
    padding-inline: 20px;
  }
}
.sustainability #eco-production .col__4-1 .card .box .merit_line {
  border-bottom: 1px solid #248F70;
  padding-bottom: 5px;
}
.sustainability #eco-production .col__4-1 .card .box .bold {
  font-weight: bold;
  color: #248F70;
  font-size: 1rem;
}
@media screen and (max-width: 450px) {
  .sustainability #eco-production .col__4-1 .card .box .bold {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .sustainability #eco-production .col__4-1 .card .box .bold {
    font-size: clamp(1rem, 0.956rem + 0.188vw, 1.125rem);
  }
}
.sustainability #eco-production .col__4-1 .card .box .merit_min {
  font-size: 0.75rem;
  padding-top: 5px;
}
.sustainability #eco-production .col__4-1 .card .box .merit_min.bold {
  padding-top: unset;
}
.sustainability #eco-production .col__4-1 .card .box .merit_min + .bold {
  padding-top: 10px;
}

.contact_content {
  margin-block: 30px 70px;
}
@media screen and (min-width: 768px) {
  .contact_content {
    margin-block: 55px 70px;
  }
}
.contact_content > p {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .contact_content > p {
    text-align: center;
  }
}
.contact_content__info {
  margin-block: 30px;
}
@media screen and (min-width: 768px) {
  .contact_content__info {
    margin-block: 50px;
  }
}
.contact_content__info p {
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .contact_content__info {
    max-inline-size: max-content;
    margin-inline: auto;
  }
}
.contact_content--zip span {
  display: block;
}
@media screen and (min-width: 768px) {
  .contact_content--zip span {
    display: inline-block;
    margin-right: 1rem;
  }
}
.contact_content--mail {
  margin-top: 20px;
}
.company .ttl__line-blue {
  font-size: clamp(1.5rem, 1.375rem + 0.26vw, 1.688rem);
}
.company.about .hero .ttl__hero br {
  display: none;
}
@media screen and (min-width: 768px) {
  .company.about .hero .ttl__hero br {
    display: block;
  }
}
.company .greeting {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .company .greeting {
    margin-bottom: 70px;
  }
}
.company .greeting .ttl_txt {
  font-size: clamp(1.125rem, 1rem + 0.573vw, 1.688rem);
  margin-block: 50px 30px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .company .greeting .ttl_txt {
    margin-block: 100px 50px;
  }
}
.company .greeting .txt {
  line-height: 2;
}
.company .greeting .txt .right {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 20px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .company .greeting .txt .right {
    margin-top: 50px;
  }
}
.company .greeting .txt .right .name {
  font-size: clamp(1.125rem, 1rem + 0.573vw, 1.688rem);
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .company .greeting .txt .right .name {
    margin-top: 20px;
  }
}
.company #outline {
  margin-bottom: 50px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .company #outline {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1080px) {
  .company #outline .outline__wrap {
    display: flex;
    justify-content: flex-end;
    margin-top: -30px;
  }
}
.company #outline .outline__inner {
  width: 100%;
}
.company #outline .outline__inner .sp_txt {
  background: #ececec;
  padding: 3px 2px 2px 5px;
}
@media screen and (min-width: 768px) {
  .company #outline .outline__inner .sp_txt {
    display: none;
  }
}
.company #outline .outline__inner dl {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .company #outline .outline__inner dl {
    display: flex;
    align-items: center;
    width: 100%;
    height: 70px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .company #outline .outline__inner dl:not(:last-of-type) {
    border-bottom: 1px solid #707070;
  }
}
.company #outline .outline__inner dl.option {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  align-items: center;
  padding-block: 10px;
  margin-bottom: 0;
}
.company #outline .outline__inner dl.option dt {
  width: 150px;
  padding-block: 10px;
  background: none;
  padding: 10px 0;
  margin-bottom: 0;
}
.company #outline .outline__inner dl.option dd {
  width: calc(100% - 150px);
}
@media screen and (min-width: 768px) {
  .company #outline .outline__inner dl.option dd {
    width: calc(100% - 170px);
  }
}
.company #outline .outline__inner dl dt {
  background: #ececec;
  padding: 3px 2px 2px 5px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .company #outline .outline__inner dl dt {
    background: none;
    margin-bottom: 0;
    padding: 0;
    width: 150px;
  }
  .company #outline .outline__inner dl dt::after {
    display: none;
  }
}
.company #history {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .company #history {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1080px) {
  .company #history .history__wrap {
    display: flex;
    justify-content: flex-end;
    margin-top: -30px;
  }
}
.company #history .history__inner {
  width: 100%;
}
@media screen and (min-width: 1240px) {
  .company #history .history__inner {
    margin-left: 150px;
    transform: translateY(-20px);
  }
}
.company #history .history__inner dl {
  width: 100%;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .company #history .history__inner dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.company #history .history__inner dl dt {
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .company #history .history__inner dl dt {
    margin-bottom: 0;
    border-bottom: none;
    width: clamp(110px, 94px + 2.083vw, 134px);
  }
}
.company #history .history__inner dl dd {
  margin-bottom: 20px;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .company #history .history__inner dl dd p + p {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .company #history .history__inner dl dd {
    margin-bottom: clamp(20px, 13.333px + 0.868vw, 27px);
    width: calc(100% - clamp(110px, 94px + 2.083vw, 134px));
  }
}
@media screen and (min-width: 768px) {
  .company #history .history__inner dl dd .sp {
    display: none;
  }
}
.company #access .ttl__place {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .company #access .ttl__place {
    font-size: clamp(1.125rem, 0.028rem + 2.286vw, 1.375rem);
  }
}
.company #access .map {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .company #access .map {
    margin-bottom: 60px;
  }
}
.company #access .map iframe {
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 768px) {
  .company #access .map iframe {
    height: 400px;
  }
}
.company #access .map .place__dtl {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 10px;
  line-height: 1.4;
}
@media screen and (min-width: 500px) {
  .company #access .map .place__dtl {
    margin-top: 20px;
    flex-direction: row;
    align-items: flex-start;
  }
}
@media screen and (min-width: 500px) {
  .company #access .map .place__dtl .btn__map {
    order: 2;
  }
}
.company #access .map .place__dtl .btn__map a {
  width: 150px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #004294;
}
@media screen and (min-width: 768px) {
  .company #access .map .place__dtl .btn__map a {
    width: 200px;
    height: 54px;
    order: 3;
  }
}
.company #access .map .place__dtl .btn__map a::after {
  content: "→";
  margin-left: 10px;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .company #access .map .place__dtl .btn__map a:hover::after {
    transform: translateX(5px);
  }
}
.company #access .map .place__dtl .add_tel {
  width: 100%;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .company #access .map .place__dtl .add_tel {
    transform: translateY(-5px);
  }
}
@media screen and (min-width: 500px) {
  .company #access .map .place__dtl .add_tel {
    width: calc(100% - 160px);
    order: 1;
  }
}
.company #access .map .place__dtl .add_tel .address {
  margin-bottom: 10px;
}

.recruit .comment {
  margin-block: 50px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .recruit .comment {
    margin-block: 150px 100px;
  }
}
.recruit .rec__dtl {
  margin-block: 50px 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .recruit .rec__dtl {
    margin-block: 50px 80px;
  }
}
.recruit .rec__dtl tr {
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .recruit .rec__dtl tr {
    flex-direction: row;
    border-top: 1px solid #000;
    padding-block: 30px 50px;
  }
}
.recruit .rec__dtl tr:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .recruit .rec__dtl tr th {
    width: clamp(170px, -137.2px + 40vw, 256px);
  }
}
.recruit .rec__dtl tr th .ttl__blue {
  color: #004294;
  font-size: clamp(1rem, 0.889rem + 0.51vw, 1.5rem);
  text-align: left;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .recruit .rec__dtl tr th .ttl__blue {
    border-bottom: none;
  }
}
.recruit .rec__dtl tr td {
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .recruit .rec__dtl tr td {
    margin-top: 0;
    width: calc(100% - clamp(170px, -137.2px + 40vw, 256px));
  }
}
.recruit .rec__dtl tr td .f_l {
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .recruit .rec__dtl tr td .f_l {
    font-size: clamp(1rem, 0.944rem + 0.255vw, 1.25rem);
  }
}
.recruit .rec__dtl tr td .f_s {
  font-size: 0.875rem;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .recruit .rec__dtl tr td .f_s {
    font-size: clamp(0.875rem, 0.792rem + 0.174vw, 1rem);
  }
}
.recruit .rec__dtl tr td .mgt5 {
  margin-top: 5px;
}
.recruit .rec__dtl tr td .br_sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .recruit .rec__dtl tr td .br_sp {
    display: inline-block;
    padding-left: 2rem;
  }
}
.recruit .rec__dtl tr td .mgt {
  margin-top: 1em;
}
.recruit .rec__dtl tr td .kome_ind {
  text-indent: -1rem;
  margin-left: 1rem;
}
.recruit .rec__dtl tr td .pc_left_mg {
  display: block;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .recruit .rec__dtl tr td .pc_left_mg {
    margin-left: 5%;
    display: inline;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .recruit .rec__dtl tr td br.sp {
    display: none;
  }
}
.recruit .rec__dtl tr td .work_place {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .recruit .rec__dtl tr td .work_place {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .recruit .rec__dtl tr td .work_place dl {
    display: flex;
    gap: 20px;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .recruit .rec__dtl tr td .work_place dl dt {
    width: clamp(180px, -105.257px + 37.143vw, 245px);
  }
}
.recruit .rec__dtl tr td .flow {
  width: calc(100% - 15px);
  height: 50px;
  display: flex;
  gap: 3px;
}
.recruit .rec__dtl tr td .flow li {
  flex: 1;
  background: #ccc;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: clamp(0.75rem, 0.511rem + 1.018vw, 1rem);
  white-space: nowrap;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .recruit .rec__dtl tr td .flow li {
    font-size: clamp(1rem, 0.917rem + 0.174vw, 1.125rem);
    padding-left: 10px;
  }
}
.recruit .rec__dtl tr td .flow li:first-of-type {
  padding-left: 18px;
  background: #004294;
}
.recruit .rec__dtl tr td .flow li:first-of-type::after {
  border-left-color: #004294;
}
.recruit .rec__dtl tr td .flow li:nth-of-type(2) {
  background: #4F7FCC;
}
.recruit .rec__dtl tr td .flow li:nth-of-type(2)::after {
  border-left-color: #4F7FCC;
}
.recruit .rec__dtl tr td .flow li:nth-of-type(3) {
  background: #3F9CD6;
}
.recruit .rec__dtl tr td .flow li:nth-of-type(3)::after {
  border-left-color: #3F9CD6;
}
.recruit .rec__dtl tr td .flow li:last-of-type {
  background: #5CC9B8;
}
.recruit .rec__dtl tr td .flow li:last-of-type::after {
  border-left-color: #5CC9B8;
}
.recruit .rec__dtl tr td .flow li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 10px;
  border-color: transparent transparent transparent #FFFFFF;
}
.recruit .rec__dtl tr td .flow li::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 10px;
  border-color: transparent transparent transparent #ffffff;
  z-index: 1;
}
.recruit .rec__dtl tr td .btn {
  margin-block: 30px 20px;
}
@media screen and (min-width: 768px) {
  .recruit .rec__dtl tr td .btn {
    margin-block: 40px 10px;
  }
}
.recruit .rec__dtl tr td .btn a {
  background: #004294;
  color: #fff;
  height: 50px;
  padding-inline: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  max-width: 250px;
  font-size: 1.125rem;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .recruit .rec__dtl tr td .btn a {
    margin-inline: unset;
    height: 75px;
    font-size: 1.375rem;
    max-width: 264px;
  }
}
.recruit .rec__dtl tr td .btn a::after {
  content: "→";
  margin-left: 20px;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .recruit .rec__dtl tr td .btn a:hover {
    opacity: 0.9;
  }
  .recruit .rec__dtl tr td .btn a:hover::after {
    transform: translateX(5px);
  }
}
.hero .sp_mv_copy {
  width: 100%;
  background: url(/sptack/assets/images/top/bg_sp_mv.jpg) no-repeat bottom right;
  background-size: cover;
  padding: 20px;
}
.hero .sp_mv_copy .mv_copy__jp {
  font-size: 1.6875rem;
  line-height: 1.5555555556;
  font-weight: bold;
  margin-bottom: 10px;
}
.hero .sp_mv_copy .mv_copy__en {
  font-size: 0.75rem;
  line-height: 1.6;
}
.hero .sp_mv_copy > p {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .hero .sp_mv_copy {
    display: none;
  }
}
@media screen and (min-width: 1640px) {
  .hero .splide1 .splide__list {
    height: calc(100svh - 89px);
  }
}
.hero .splide1 .splide__list .splide__slide {
  position: relative;
}
.hero .splide1 .splide__list .splide__slide img {
  width: 100%;
}
@media screen and (min-width: 1640px) {
  .hero .splide1 .splide__list .splide__slide img {
    height: calc(100svh - 89px);
    object-fit: cover;
    object-position: center;
  }
}
.hero .splide1 .splide__list .splide__slide .mv_copy {
  display: none;
}
@media screen and (min-width: 768px) {
  .hero .splide1 .splide__list .splide__slide .mv_copy {
    display: block;
    position: absolute;
    left: clamp(20px, -14.286px + 4.464vw, 50px);
    top: 18%;
    color: #fff;
  }
}
@media screen and (min-width: 1440px) {
  .hero .splide1 .splide__list .splide__slide .mv_copy {
    left: unset;
    right: 51%;
  }
}
.hero .splide1 .splide__list .splide__slide .mv_copy__jp {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .hero .splide1 .splide__list .splide__slide .mv_copy__jp {
    font-size: 2.125rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .hero .splide1 .splide__list .splide__slide .mv_copy__jp.bk {
    color: #000;
  }
}
@media screen and (min-width: 1080px) {
  .hero .splide1 .splide__list .splide__slide .mv_copy__jp {
    line-height: 1.5666666667;
    font-size: clamp(1.875rem, 4vw, 3.75rem);
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 768px) {
  .hero .splide1 .splide__list .splide__slide .mv_copy__en {
    font-size: 0.75rem;
    line-height: 1.6;
    font-weight: bold;
  }
  .hero .splide1 .splide__list .splide__slide .mv_copy__en.bl {
    color: #004294;
  }
  .hero .splide1 .splide__list .splide__slide .mv_copy__en.bk {
    color: #000;
  }
}
@media screen and (min-width: 1080px) {
  .hero .splide1 .splide__list .splide__slide .mv_copy__en {
    line-height: 1.7272727273;
    font-size: clamp(1.125rem, 0.958rem + 0.347vw, 1.375rem);
  }
}

section.section__top .ttl__en_jp {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  margin-block: 30px 20px;
  padding-inline: 20px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  section.section__top .ttl__en_jp {
    max-width: 983px;
    margin-block: 100px 30px;
    margin-inline: auto;
  }
}
section.section__top .ttl__en_jp .en {
  color: #004294;
  font-size: 0.875rem;
  margin-bottom: 3px;
}
@media screen and (min-width: 768px) {
  section.section__top .ttl__en_jp .en {
    margin-bottom: 8px;
    font-size: 1.1875rem;
  }
}
section.section__top .ttl__en_jp .jp {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  section.section__top .ttl__en_jp .jp {
    font-size: clamp(1.625rem, 17.941rem + 8.784vw, 2.3125rem);
  }
}
section.section__top .txt {
  padding: 20px;
  line-height: 1.65;
  background: url(/sptack/assets/images/top/bg_sp_mv.jpg) no-repeat bottom right;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  section.section__top .txt {
    padding: 0;
  }
}
section.section__top .txt__inner {
  width: 100%;
  color: #fff;
}
@media screen and (min-width: 768px) {
  section.section__top .txt__inner {
    padding-inline: 5%;
  }
}
@media screen and (min-width: 1080px) {
  section.section__top .txt__inner {
    max-width: 550px;
    padding-left: 3%;
  }
}
@media screen and (min-width: 768px) {
  section.section__top .txt__inner.rt {
    padding-left: clamp(20px, -18px + 4.948vw, 77px);
  }
}
section.section__top .txt__inner.rt + .btn__req {
  padding-left: clamp(20px, -18px + 4.948vw, 77px);
}
section.section__top .txt__inner > h3 {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}
section.section__top .txt__inner > h3 span {
  font-feature-settings: "palt";
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  section.section__top .txt__inner > h3 {
    font-size: clamp(1.25rem, 17.941rem + 8.784vw, 1.6875rem);
    line-height: 1.4285714286;
    margin-bottom: 20px;
  }
}
section.section__top .txt__inner > p {
  font-size: 0.875rem;
  line-height: 1.65;
}
@media screen and (min-width: 768px) {
  section.section__top .txt__inner > p {
    font-size: 1rem;
    line-height: 1.75;
  }
}
section.section__top .txt .btn__req {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  section.section__top .txt .btn__req {
    margin-top: 30px;
    padding-left: 5%;
    display: block;
  }
}
@media screen and (min-width: 1300px) {
  section.section__top .txt .btn__req {
    padding-left: 3%;
  }
}
section.section__top .txt .btn__req span {
  width: 150px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  section.section__top .txt .btn__req span {
    width: 200px;
    height: 54px;
  }
}
section.section__top .txt .btn__req span::after {
  content: "→";
  margin-left: 15px;
  transition: 0.3s;
}
section.section__top .col2 {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  section.section__top .col2 {
    flex-direction: row;
  }
  section.section__top .col2 .img, section.section__top .col2 .txt {
    flex: 1;
  }
}
section.section__top .col2 .img {
  overflow: hidden;
}
section.section__top .col2 .img img {
  width: 100%;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  section.section__top .col2:hover .img img {
    transform: scale(1.05);
  }
  section.section__top .col2:hover .txt .btn__req span {
    background: #004294;
    color: #fff;
  }
  section.section__top .col2:hover .txt .btn__req span::after {
    transform: translateX(5px);
  }
}
@media screen and (min-width: 768px) {
  section.section__top__sustainability .col2 .img img, section.section__top__facilities .col2 .img img, section.section__top__product .col2 .img img {
    height: 400px;
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (min-width: 1440px) {
  section.section__top__sustainability .col2 .img img, section.section__top__facilities .col2 .img img, section.section__top__product .col2 .img img {
    height: auto;
    max-height: 500px;
    object-fit: cover;
    object-position: left bottom;
  }
}
@media screen and (min-width: 768px) {
  section.section__top__product .col2 {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  section.section__top__product .col2 .txt {
    align-items: flex-end;
  }
}
@media screen and (min-width: 1300px) {
  section.section__top__product .col2 .txt {
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) {
  section.section__top__product .col2 .txt__inner {
    padding-inline: 5%;
  }
}
@media screen and (min-width: 1080px) {
  section.section__top__product .col2 .txt__inner {
    padding-inline: 4%;
    width: 500px;
  }
}
@media screen and (min-width: 768px) {
  section.section__top__product .col2 .txt .btn__req {
    padding-right: 7%;
  }
}
@media screen and (min-width: 1300px) {
  section.section__top__product .col2 .txt .btn__req {
    padding-inline: 4% 5%;
    width: 500px;
  }
}
section.section__top__product .col2 .img {
  display: flex;
}
section.section__top__product .col2 .img .pic {
  flex: 1;
}
section.section__top__product .col2 .img .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  section.section__top__product .col2 .img .pic img {
    min-height: 400px;
  }
}
@media screen and (min-width: 1640px) {
  section.section__top__facilities .col2 .txt__inner {
    max-width: 530px;
  }
}
@media screen and (min-width: 768px) {
  section.section__top__technology a {
    position: relative;
    display: block;
  }
}
section.section__top__technology a img {
  width: 100%;
  object-fit: cover;
  object-position: right;
  height: 200px;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  section.section__top__technology a img {
    height: 429px;
    object-position: top 0 right 30%;
  }
}
@media screen and (min-width: 768px) {
  section.section__top__technology a .txt {
    background: none;
    position: absolute;
    top: 0;
    right: 47%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  section.section__top__technology a .txt .btn__req {
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  section.section__top__technology a:hover .txt .btn__req span {
    background: #004294;
    color: #fff;
  }
  section.section__top__technology a:hover .txt .btn__req span::after {
    transform: translateX(5px);
  }
}
section.section__btm .col__wrap .col2 {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  section.section__btm .col__wrap .col2 {
    flex-direction: row;
    max-width: 1640px;
    margin-inline: auto;
    padding: clamp(80px, 33.333px + 6.076vw, 150px) 20px;
    gap: clamp(10px, -23.333px + 4.34vw, 60px);
  }
}
section.section__btm .col__wrap .col2 .card {
  width: 100%;
  position: relative;
}
section.section__btm .col__wrap .col2 .card .img {
  width: 100%;
  max-width: 769px;
  overflow: hidden;
}
section.section__btm .col__wrap .col2 .card .img img {
  width: 100%;
  transition: 0.3s;
}
section.section__btm .col__wrap .col2 .card .ttl__bold {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.section__btm .col__wrap .col2 .card .ttl__bold {
    font-size: clamp(1.25rem, 0.958rem + 0.608vw, 1.688rem);
  }
}
@media (hover: hover) and (pointer: fine) {
  section.section__btm .col__wrap .col2 .card:hover .img img {
    scale: 1.05;
  }
}

.contact__area a {
  width: 100%;
  display: flex;
  background: #42BBD8;
  background: linear-gradient(19deg, rgb(66, 187, 216) 0%, rgb(41, 183, 213) 51%, rgb(19, 179, 227) 87%, rgb(18, 172, 229) 100%);
  padding: 20px;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .contact__area a {
    height: 270px;
  }
}
.contact__area a .wrap {
  display: flex;
  flex-direction: column;
  color: #fff;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .contact__area a .wrap {
    flex-direction: row;
    align-items: center;
    width: 100%;
  }
}
.contact__area a .wrap .ttl_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-width: 250px;
}
@media screen and (min-width: 768px) {
  .contact__area a .wrap .ttl_btn {
    min-width: unset;
    width: 50%;
    align-items: flex-end;
    padding-right: 50px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .contact__area a .wrap .ttl_btn {
    padding-right: 100px;
  }
}
.contact__area a .wrap .ttl_btn_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact__area a .wrap .ttl_btn h2 {
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .contact__area a .wrap .ttl_btn h2 {
    font-size: clamp(2.5rem, 1.733rem + 3.273vw, 3.75rem);
  }
}
.contact__area a .wrap .ttl_btn .btn span {
  display: flex;
  width: 150px;
  height: 40px;
  justify-content: center;
  align-items: center;
  margin-block: 15px;
  border: 1px solid #fff;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .contact__area a .wrap .ttl_btn .btn span {
    width: 170px;
    height: 44px;
    font-size: 1.25rem;
  }
}
.contact__area a .wrap .txt {
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .contact__area a .wrap .txt {
    width: 50%;
    padding-left: 30px;
    font-size: 1rem;
    line-height: 2;
    padding-left: clamp(5px, -11.667px + 2.17vw, 30px);
  }
}
.contact__area a .wrap .txt br {
  display: none;
}
@media screen and (min-width: 1080px) {
  .contact__area a .wrap .txt br {
    display: block;
  }
}
@media (hover: hover) and (pointer: fine) {
  .contact__area a:hover .wrap .ttl_btn .btn span {
    background: rgba(255, 255, 255, 0.1);
  }
}