@charset "UTF-8"; :root {
  --sub-inner: 1100px;
}

.anchor {
  width: 0;
  height: 0;
  opacity: 0;
  appearance: none;
  visibility: hidden;
  position: relative;
  top: -200px;
}

#privacy .blue {
  color: var(--color-01);
  font-weight: 600;
  padding: 0;
}

#privacy p {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 1.25;
  padding-bottom: 20px;
}

#privacy p span {
  padding-left: 10px;
}

#privacy .inner {
  max-width: 1200px;
}

/* recruit */
/* #recruit .breadcrumb .inner {
  max-width: var(--sub-inner);
} */
.sub-recruit {
  line-height: 1.7;
  font-size: 16px;
}

.sub .sub-recruit .inner {
  max-width: 100%;
}

.sub-recruit .center {
  text-align: center;
  max-width: calc(100% - 50px);
  margin: auto;
}

.sub-recruit .flex-col {
  padding: 40px 0;
  row-gap: 20px;
  max-width: var(--sub-inner);
  margin-left: auto;
  margin-right: auto;
}

.sub-recruit .inner:nth-of-type(even) {
  background-color: #eef2f4;
}

.sub-recruit h2 {
  background-color: var(--color-01);
  padding: 10px 50px;
  color: #fff;
  height: 80px;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 25px;
  line-height: 1.5;
}

.sub-recruit h2::before {
  content: "";
  width: 7px;
  height: 85%;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--color-02);
}

.sub-recruit .flex-row {
  padding: 30px 50px;
  border-bottom: 1px solid #000;
  column-gap: 30px;
}

.sub-recruit h3 {
  color: var(--color-01);
  font-size: 25px;
  line-height: 1.5;
  padding-left: 50px;
}

.sub-recruit button {
  border: none;
  background-color: var(--color-01);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 115px;
  height: 35px;
  border-radius: 50vw;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  white-space: pre;
}

.sub-recruit .flex-row p {
  font-size: 16px;
}

.sub-recruit a {
  max-width: 300px;
  width: 100%;
  height: 70px;
  background-color: var(--color-02);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 50vw;
  margin: auto;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.sub-recruit a::after {
  content: "";
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: url(../img/arrow-white.png) no-repeat;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

/* products */
.narrow-inner .inner {
  max-width: var(--sub-inner);
}

#products .upper-btn {
  display: flex;
  max-width: calc(100% - 50px);
  margin: auto;
}

#products .upper-btn .inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

#products .upper-btn a {
  max-width: 320px;
  width: 100%;
  height: 70px;
  border-radius: 50vw;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  color: #000;
  position: relative;
}

#products .upper-btn a::after {
  content: "";
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: url(../img/arrow-pink_down.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 12px;
}

.pink {
  color: var(--color-02);
}

.sub-products .ttl-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 10px;
}

.sub-products .ttl-box p {
  font-size: 18px;
  font-weight: 600;
}

.sub-products h2 {
  font-size: 30px;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  max-width: 100%;
  width: 100%;
  justify-content: space-between;
}

.sub-products h2 span {
  min-width: max-content;
}

.sub-products h2::before, .sub-products h2::after {
  content: "";
  height: 2px;
  background-color: #000;
  width: 100%;
  display: block;
}

.sub-products h2::before {
  margin-right: 30px;
}

.sub-products h2::after {
  margin-left: 30px;
}

.sub-products .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.7;
}

.sub-products-container {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}

.sub-product-font {
  display: inline-block;
  /* インライン要素のように横並び */
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}

.sub-products .inner a {
  width: calc(100% / 2 - 25px);
  display: flex;
  color: #000;
  gap: 15px;
  padding: 10px 0 50px 0px;
  position: relative;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.sub-products .inner a:nth-of-type(1), .sub-products .inner a:nth-of-type(2) {
  padding-top: 0;
}

.sub-products .inner a::after {
  content: "";
  width: 100%;
  height: 2px;
  background: rgb(255, 0, 150);
  background: linear-gradient(90deg, rgba(255, 0, 150, 1) 129px, rgba(0, 0, 0, 1) 129px);
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 20px;
}

.sub-products .heavy {
  font-weight: 600;
  font-size: 18px;
}

.sub-products .img-box {
  /* border: 1px solid #000; */
}

/* groups */
.sub-group p {
  line-height: 1.7;
}

.sub-group img {
  width: 100%;
}

.sub-group .inner {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

.sub-group .ttl-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 10px;
  padding-bottom: 40px;
  position: relative;
}

.sub-group .ttl-box h2 {
  font-size: 30px;
  text-align: center;
  color: var(--color-01);
}

.sub-group .ttl-box p {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 15px;
  padding-bottom: 20px;
}

.sub-group .ttl-box p::after {
  content: "";
  width: 25px;
  height: 3px;
  background-color: #000;
  position: absolute;
  bottom: 0;
}

.sub-group .center {
  text-align: center;
  font-size: 16px;
}

.sub-group .wrap {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  padding-bottom: 50px;
  padding-top: 30px;
  border-bottom: 1px solid #000;
}

.sub-group .wrap:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.sub-group .wrap:nth-of-type(1) {
  padding-top: 0;
}

.sub-group .wrap h2 {
  width: 100%;
  height: 80px;
  background-color: var(--color-01);
  color: #fff;
  display: flex;
  align-items: center;
  column-gap: 25px;
  padding: 0 25px;
  font-size: 25px;
}

.sub-group .wrap {
}

.sub-group .separator {
  display: block;
  width: 3px;
  height: 100%;
  background-color: var(--color-02);
}

.sub-group .half.flex-row img {
  width: calc(100% / 2 - 20px);
  margin-bottom: 10px;
}

.sub-group .half.flex-row p {
  font-weight: 600;
}

.sub-group .flex-row.item-list .item {
  width: calc(100% / 3 - 15px);
}

.sub-group .flex-row.item-list .item img {
  margin-bottom: 10px;
}

.sub-group table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #000;
  text-align: left;
}

.sub-group table th, .sub-group table td {
  border: 1px solid #000;
  padding: 10px 10px;
  vertical-align: middle;
}

.sub-group table th {
  height: 50px;
  background-color: #2a3136;
  color: #fff;
  font-size: 18px;
}

.sub-group table th span {
  margin-right: 10px;
}

.sub-group table td:nth-of-type(1) {
  width: 35%;
}

.sub-group .flex-row.box-list .box {
  width: calc(100% / 2 - 20px);
}

.sub-group .flex-row.box-list .txt {
  padding-left: 20px;
  position: relative;
}

.sub-group .flex-row.box-list p.heavy {
  position: relative;
  line-height: 1;
  font-weight: 600;
  font-size: 18px;
}

.sub-group .flex-row.box-list .txt::before {
  content: "●";
  color: var(--color-02);
  position: absolute;
  left: 0;
  font-size: 18px;
}

/* equipment */
.sub-mv .upper-txt.hide-pc {
  display: none;
  order: 1;
}

.sub-mv .breadcrumb ul {
  color: #fff;
}

.sub-mv .breadcrumb ul li a {
  color: #fff;
}

.sub-mv {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 43.5%, #000 43.5%), url("../img/equipment/sub-mv.png") no-repeat center top;
  background-size: cover;
  background-size: cover;
  margin-top: 140px;
  color: #fff;
}

.sub-mv .imgsize2 {
  height: 330px;
}

.sub-mv .flex-row {
  padding-bottom: 0;
  padding-top: 30px;
}

.sub-mv .txt-box {
  width: 600px;
  height: 220px;
  text-align: center;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  line-height: 1.7;
}

.sub-mv .txt-box h2 {
  font-size: 32px;
  font-weight: 600;
}

.sub-mv .txt-box .yellow {
  font-size: 18px;
}

.sub-mv .txt-box .upper-txt .yellow {
  font-size: 22px;
}

.yellow {
  color: var(--accent-02);
  font-weight: 600;
}

.sub-mv .btn-box {
  display: flex;
  justify-content: center;
  gap: 0;
  background-color: #000;
  padding-top: 20px;
  padding-bottom: 60px;
}

.sub-mv .btn-box .btn-wrap {
  max-width: var(--sub-inner);
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

.sub-mv .btn-box a {
  max-width: calc(100% / 3 - (20px * 2));
  width: 100%;
  height: 70px;
  background-color: var(--accent-02);
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50vw;
  font-weight: 600;
  font-size: 18px;
  position: relative;
}

.sub-mv .btn-box a::after {
  content: "";
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: url(../img/arrow-downB.png) no-repeat;
  border-radius: 50vw;
  position: absolute;
  right: 14px;
}

#equipment .section01 {
  line-height: 1.7;
}

#equipment .section01 .searchbar {
  max-width: 100%;
  width: 100%;
  height: 60px;
  border-radius: 50vw;
  padding: 0 25px;
  font-size: 18px;
  font-weight: 600;
  color: #2a31364b;
}

#equipment .section01 .search-wrap::after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../img/search.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

#equipment .section01 .search-wrap {
  position: relative;
  max-width: 380px;
  left: 50%;
  transform: translateX(-50%);
}

#equipment .section01 .searchbar:active {
}

#equipment .section01 .searchbar:focus {
}

#equipment .upper-box {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 30px 15px;
  position: relative;
}

#equipment .upper-box::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #000;
  position: absolute;
  bottom: -20px;
}

#equipment h3 {
  font-size: 20px;
}

#equipment h2 {
  font-size: 32px;
  font-weight: 600;
}

#equipment .section01 .inner {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

#equipment .section01 .item {
  width: calc(100% / 3 - 15px);
  text-align: center;
}

#equipment .section01 .equipslide {
  display: none;
}

#equipment .section01 .equipslide .item {
  width: 300px;
  margin: 0 15px;
}

#equipment .section01 .item img {
  width: 100%;
}

#equipment .section01 .item h4 {
  background-color: var(--accent-02);
  padding: 10px 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

#equipment .section02 {
  line-height: 1.7;
}

#equipment .section02 .inner {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

#equipment .section02 .item {
  width: calc(100% / 4 - 12.5px);
  padding: 20px;
  border: 1px solid #000;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  color: #000;
}

#equipment .section02 .equipslide02 {
  display: none;
}

#equipment .section02 .equipslide02 .item {
  width: 300px;
  margin: 0 15px;
}

#equipment .section02 .item img {
  width: 100%;
}

#equipment .section02 .item .txt-box {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  font-weight: 600;
}

#equipment .section02 .item .txt-box span {
  font-size: 18px;
}

#equipment .seemore {
  max-width: 320px;
  width: 100%;
  height: 70px;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}

#equipment .seemore::after {
  content: "";
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: url(../img/arrow-pink.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 14px;
}

#equipment .section03 {
  background-color: #000;
  line-height: 1.7;
}

#equipment .section03 .inner {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

#equipment .section03 .upper-box {
  padding: 0;
}

#equipment .section03 .upper-box::after {
  display: none;
}

#equipment .section03 .steps {
  border: 1px solid #fff;
  color: #fff;
  width: calc(100% / 4 - 20px);
  height: 280px;
}

#equipment .section03 .steps .dark-box {
  background-color: #000;
  text-align: center;
  padding: 15px;
  height: 50%;
  position: relative;
}

#equipment .section03 .steps .dark-box::after {
  content: "";
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50vw;
  background: url(../img/arrow-yellow.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}

#equipment .section03 .steps:last-of-type .dark-box::after {
  display: none;
}

#equipment .section03 .steps span {
  font-size: 20px;
  font-weight: 600;
}

#equipment .section03 .steps .whitebox {
  background-color: #fff;
  color: #000;
  font-weight: 600;
  text-align: center;
  padding: 15px;
  height: 50%;
}

#equipment .section04 {
  line-height: 1.7;
}

#equipment .section04 .inner {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

#equipment .section04 .qa-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}

#equipment .section04 .ques {
  background-color: #eaeaea;
  padding: 25px;
  display: flex;
  align-items: flex-start;
  color: var(--color-01);
}

#equipment .section04 .ques::before {
  content: "Q.";
  font-size: 22px;
  line-height: 1.5;
  padding-right: 10px;
}

#equipment .section04 .ans {
  background-color: #f9f9f9;
  padding: 25px;
  display: flex;
  align-items: flex-start;
  color: var(--color-02);
}

#equipment .section04 .ans::before {
  content: "A.";
  font-size: 22px;
  line-height: 1.5;
  padding-right: 10px;
}

#equipment .ft-contact h2 {
  font-size: 32px;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  max-width: 100%;
  width: 100%;
  justify-content: space-between;
}

.ft-contact h2 span {
  min-width: max-content;
}

.ft-contact h2::before, .ft-contact h2::after {
  content: "";
  height: 7px;
  background-color: #000;
  width: 100%;
  display: block;
}

.ft-contact h2::before {
  margin-right: 30px;
}

.ft-contact h2::after {
  margin-left: 30px;
}

.ft-contact .box {
  max-width: 500px;
  width: 100%;
  padding: 25px 15px;
  border: 2px solid #000;
  height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000;
  row-gap: 10px;
}

.ft-contact .box p {
  font-size: 20px;
  font-weight: 600;
}

#equipment .ft-contact .box h3 {
  font-size: 27px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ft-contact .box span {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding-left: 40px;
}

#equipment .ct-form h2 {
  font-size: 28px;
  margin-bottom: 30px;
}

.ct-form h2::after, .ct-form h2::before {
  height: 2px;
}

/* company */
.sub-company .ttl {
  font-size: 30px;
  margin-bottom: 20px;
  color: #0f3773;
  position: relative;
  padding: 10px 0px 0px 40px;
  font-family: var(--f1);
}

.sub-company .ttl::after {
  content: "";
  background-color: #ff0096;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 100%;
  clip-path: polygon(65% 0%, 100% 0%, 35% 100%, 0% 100%);
}

.sec01_company {
  background: url(../img/company/msg_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.sec01_company .inner {
  display: flex;
  gap: 50px;
}

.sec01_company .inner .txt_box {
  width: 80%;
  padding: 25px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
}

.sec01_company .inner .txt_box p {
  font-size: 16px;
  line-height: 25px;
}

.sec01_company .inner .txt_box .ttl2 {
  font-size: 20px;
  text-align: end;
}

.sec01_company .inner .txt_box .ttl2 span {
  font-size: 25px;
  margin-left: 40px;
}

.sec01_company .inner .img_box {
  width: 100%;
}

.sec01_company .inner .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sec02_company {
  background-image: url(../img/company/slogan-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 25px;
}

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

.sec02_company .inner h2 {
  font-size: 35px;
  color: #ff0096;
  margin-bottom: 50px;
}

.sec02_company .inner h2 span {
  font-size: 20px;
  color: #fff;
}

.sec02_company .inner p {
  color: #fff;
  line-height: 40px;
  font-size: 20px;
  font-weight: 600;
}

.sec03_company .inner {
  display: flex;
  flex-wrap: wrap;
}

.sec03_company .inner .ttl {
  width: 100%;
}

.sec03_company .inner .profile {
  width: 60%;
  padding-right: 20px;
}

.sec03_company .inner .img_box {
  width: 40%;
  padding-left: 20px;
}

.sec03_company .inner .img_box img {
  width: 100%;
  margin-bottom: 20px;
}

.sec03_company .profile li {
  display: flex;
  border-bottom: solid 2px;
  padding: 25px 0;
}

.sec03_company .profile li.no-bb {
  border-bottom: 0;
}

.sec03_company .profile li .label {
  width: 40%;
}

.sec03_company .profile li p {
  width: 100%;
}

.sec03_company .profile li p {
  line-height: 25px;
}

.sec04_company {
  background-color: #eef2f4;
}

.sec04_company h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
}

.sec04_company h2 span {
  font-size: 20px;
}

.sec04_company .wrap {
  display: flex;
  margin-bottom: 20px;
}

.sec04_company .wrap .img_box {
  width: 100%;
}

.sec04_company .wrap .img_box img {
  width: 100%;
}

.sec04_company .wrap iframe {
  width: 100%;
  height: auto;
}

.sec04_company p {
  line-height: 35px;
  font-weight: 600;
  /* font-size: 20px; */
}

/* company */
/* news */
.news-item {
  margin-bottom: 30px;
  position: relative;
}

.news-item::after {
  content: "";
  background: url(../img/news/arrow.png) no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 60%;
  right: 50px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}

.news-group {
  padding: 20px 0 30px;
  border-bottom: solid 2px;
  color: #000;
  /* font-size: 20px; */
  font-weight: 600;
}

.news-group p:nth-child(2) {
  line-height: 25px;
  padding-right: 100px;
}

.news-group .news-date {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
  font-family: var(--f1);
}

.news-group .news-date span {
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
}

.news-group .news-date span.blue {
  background-color: #0f3773;
}

.news-group .news-date span.pink {
  background-color: #ff0096;
}

.news_btns {
  color: #fff;
  background-color: #0f3773;
  width: 100%;
  max-width: 260px;
  display: flex;
  height: 70px;
  align-items: center;
  justify-content: center;
  border-radius: 100vh;
  margin: 0 auto;
  transition: all 0.5s;
  position: relative;
  font-weight: 600;
}

.news_btns:hover {
  opacity: 0.8;
  transition: all 0.5s;
}

.news_btns::after {
  content: "";
  background: url(../img/news/arrow2.png) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}

.news-details_ttl {
  text-align: center;
  font-size: 30px;
  line-height: 35px;
}

.news-details_date {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  font-family: var(--f1);
}

.news-details_desc {
  line-height: 25px;
  /* font-size: 20px; */
  font-weight: 600;
}

.news-details_img {
  width: 100%;
  max-width: 600px;
}

.news__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.news__pagination li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  border: solid 2px;
  font-weight: 600;
  font-family: var(--f1);
}

.news__pagination .current-page {
  background-color: #0f3773;
  border: solid 2px #0f3773;
  color: #fff;
}

.news__pagination .prev-page {
}

.news__pagination .next-page {
}

section#web {
  margin: -140px;
  padding: 140px;
}

section#crecla {
  margin: -140px;
  padding: 140px;
}

/* news */
@media screen and (max-width: 1200px) {
  .sub-mv .btn-box a {
    max-width: calc(100% / 3 - (10px * 2));
  }
}

@media screen and (max-width: 1100px) {
  .sec03_company .profile li .label {
    width: 60%;
  }
}

@media screen and (max-width: 1000px) {
  .sub-mv {
    margin-top: 110px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 180px, #000 180px), url("../img/equipment/sub-mv.png") no-repeat center top;
  }

  .sub-mv .upper-txt {
    display: none;
  }

  .sub-mv .upper-txt.hide-pc {
    display: block;
    order: 1;
    width: 100%;
    text-align: center;
    line-height: 1.7;
    margin-bottom: 15px;
  }

  #products .upper-btn .inner {
    gap: 15px;
  }

  #products .upper-btn a {
    font-size: 16px;
  }

  .sub-group .table {
    /* overflow: scroll; */
  }

  .sub-group table {
    width: 300px;
  }

  .sec01_company .inner {
    gap: 0;
    flex-direction: column-reverse;
  }

  .sec03_company .inner {
    flex-direction: column;
  }

  .sec03_company .inner .profile {
    width: 100%;
  }

  .sec03_company .inner .img_box {
    width: 100%;
  }

  .sec04_company .wrap {
    flex-direction: column;
  }

  .sec04_company .wrap iframe {
    height: 500px;
  }

  .news-item::after {
    right: 10px;
    top: 70%;
  }

  .news-group p:nth-child(2) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .sub-mv .flex-row {
    flex-wrap: wrap;
    column-gap: 60px;
    align-items: flex-end;
  }

  .sub-mv .flex-row img {
    max-width: calc(100% / 2 - 240px);
    width: 100%;
    min-width: 120px;
    order: 1;
  }

  .sub-mv .imgsize2 {
    height: auto;
    order: 2;
  }

  .sub-mv .txt-box {
    order: 3;
    height: auto;
  }

  .sub-mv .btn-box .btn-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 15px;
  }

  .sub-mv .btn-box a {
    max-width: 320px;
    width: 100%;
  }

  #equipment .section03 .flex-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 50px;
  }

  #equipment .section03 .steps {
    max-width: 450px;
    width: 100%;
    position: relative;
  }

  #equipment .section03 .steps .dark-box::after {
    display: none;
  }

  #equipment .section03 .steps::after {
    content: "";
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50vw;
    background: url(../img/arrow-yellow.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: rotate(90deg) translateY(50%);
  }
}

@media screen and (max-width: 768px) {
  .sub-mv {
    margin-top: 80px;
  }

  #products .upper-btn .inner {
    flex-direction: column;
    align-items: center;
  }

  #products .upper-btn a {
    max-width: 280px;
  }

  .sub-products .inner a {
    width: 100%;
  }

  .sub-products .inner a:nth-of-type(2) {
    padding-top: 40px;
  }

  .sub-products h2 {
    font-size: 22px;
  }

  .sub-products h2::before {
    margin-right: 15px;
  }

  .sub-products h2::after {
    margin-left: 15px;
  }

  .sub-group .ttl-box h2 {
    font-size: 24px;
  }

  .sub-group .ttl-box p {
    font-size: 16px;
  }

  .sub-group .wrap h2 {
    font-size: 20px;
    height: 60px;
  }

  .sub-group .wrap {
    row-gap: 20px;
    padding-bottom: 30px;
  }

  .sub-group .inner {
    row-gap: 0;
  }

  .sub-group .half.flex-row img {
    width: 100%;
  }

  .sub-group .flex-row.item-list {
    row-gap: 25px;
  }

  .sub-group .flex-row.item-list .item {
    max-width: 450px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .sub-group table {
    width: 100%;
  }

  .sub-group .flex-row.box-list {
    row-gap: 25px;
  }

  .sub-group .flex-row.box-list .box {
    max-width: 450px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .sub-mv .flex-row {
    column-gap: 30px;
  }

  .sub-mv .btn-box .btn-wrap {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
  }

  .sub-mv .btn-box a {
    max-width: 320px;
    width: 100%;
    margin: auto;
  }

  .sub-mv .txt-box {
    padding: 0;
  }

  .sub-mv .txt-box p br {
    display: none;
  }

  .sub-mv .txt-box .yellow {
    font-size: 16px;
    max-width: 500px;
    margin: auto;
  }

  .sub-mv .txt-box .upper-txt .yellow {
    font-size: 18px;
  }

  #equipment h2 {
    font-size: 26px;
  }

  #equipment .equipslide-hide {
    display: none;
  }

  #equipment .section01 .equipslide {
    display: block;
  }

  #equipment .equipslide02-hide {
    display: none;
  }

  #equipment .section02 .equipslide02 {
    display: block;
  }

  #equipment .section03 .steps {
    max-width: 300px;
  }

  .ft-contact .flex-row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 20px;
  }

  .ft-contact .box {
    height: 150px;
  }

  #equipment .ft-contact h2 {
    font-size: 24px;
  }

  section#web {
    margin: 0;
    padding: 0 5%;
  }

  section#crecla {
    margin: 0;
    padding: 0 5%;
  }
}

@media screen and (max-width: 576px) {
  .sub-recruit .flex-row {
    padding: 30px 10px;
    column-gap: 15px;
  }

  .sub-recruit button {
    font-size: 14px;
    width: 80px;
  }

  .sub-recruit .flex-row p {
    font-size: 14px;
  }

  .sub-recruit h3 {
    padding-left: 10px;
    font-size: 22px;
  }

  .sub-recruit h2 {
    height: 60px;
    font-size: 22px;
    padding: 10px 35px;
  }

  .sub-recruit h2::before {
    width: 5px;
    height: 70%;
  }

  .sub-recruit a {
    max-width: 250px;
    height: 50px;
    font-size: 16px;
  }

  .sub-recruit a::after {
    width: 30px;
    min-width: 30px;
    height: 30px;
    background-size: 100% 100%;
  }

  .sub-recruit .center br {
    display: none;
  }

  .sub-products .inner a::after {
    background: rgb(255, 0, 150);
    background: linear-gradient(90deg, rgba(255, 0, 150, 1) 85px, rgba(0, 0, 0, 1) 85px);
  }

  .sub-products .img-box {
    max-width: 85px;
    min-width: 85px;
  }

  .sub-products .img-box img {
    width: 100%;
  }

  .sub-products .heavy {
    font-size: 16px;
  }

  .sub-products .desc {
    font-size: 14px;
  }

  .sub-products .desc br {
    display: none;
  }

  .sec03_company .profile li {
    flex-direction: column;
    padding: 20px 0;
  }

  .sec04_company .wrap iframe {
    height: 250px;
  }

  .sec03_company .profile li p:nth-child(2) {
    padding-left: 20px;
  }

  #equipment .section04 .ques {
    font-size: 16px;
  }

  #equipment .section04 .ans {
    font-size: 16px;
  }

  #equipment .section04 .ques::before, #equipment .section04 .ans::before {
    font-size: 18px;
    padding-right: 5px;
  }

  #equipment .sub-mv h2 {
    font-size: 26px;
  }

  #equipment h2 {
    font-size: 22px;
  }

  #equipment h3 {
    font-size: 16px;
  }

  #equipment .ft-contact .box h3 img {
    max-width: 27px;
  }

  .ft-contact h2::before {
    margin-right: 10px;
  }

  .ft-contact h2::after {
    margin-left: 10px;
  }

  .sec04_company .wrap {
    margin-bottom: 50px;
  }

  .sec04_company p {
    line-height: 25px;
    font-size: 16px;
  }
}

.half.flex-row.between-x.f-wrap.row_items {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}

a.group_banner {
  width: 100%;
}

a.item_img_link {
  width: 100% !important;
}

a.katarogu_atag {
  width: 500px !important;
  display: flex;
  align-items: flex-start;
  color: #ffffff;
  gap: 15px;
  padding: 0px;
  position: relative;
  font-size: 16px;
  background: #f5f5f5;
  justify-content: flex-start;
  padding: 20px 20px 30px 0px !important;
  margin: 10px 0px 10px 0px;
}

.sub-products .img-box img {
  border: 1px solid black;
}
