@charset "UTF-8";
#fv_container {
  -webkit-margin-before: 90px;
          margin-block-start: 90px;
}
@media screen and (min-width: 600px) {
  #fv_container {
    -webkit-margin-before: 100px;
            margin-block-start: 100px;
  }
}
@media screen and (min-width: 980px) {
  #fv_container {
    -webkit-margin-before: 120px;
            margin-block-start: 120px;
  }
}

.fv_inner {
  max-width: 1186px;
  margin-inline: auto;
  position: relative;
  overflow: hidden;
  text-align: center;
  max-height: 300px;
}
@media screen and (min-width: 768px) {
  .fv_inner {
    height: 214px;
  }
}
.fv_inner img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .fv_inner img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1186/214;
  }
}

.fv_container_title {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  z-index: 2;
  padding-left: 25px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding-inline: 25px;
}
@media screen and (min-width: 425px) {
  .fv_container_title {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 600px) {
  .fv_container_title {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 980px) {
  .fv_container_title {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 768px) {
  .fv_container_title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 980px) {
  .fv_container_title {
    font-size: 2.6rem;
  }
}
.fv_container_title::before {
  content: "";
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
  width: 305px;
  height: 63px;
  background-color: #E60012;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .fv_container_title::before {
    height: 73px;
    width: 405px;
  }
}

.breadcrumb {
  position: absolute;
  bottom: -1px;
  right: -1px;
  z-index: 2;
  width: 100%;
}

.breadcrumb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 8px 2px;
  padding-inline: 40px 25px;
  max-width: 90vw;
  min-width: 345px;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  position: relative;
}
@media screen and (min-width: 600px) {
  .breadcrumb_list {
    max-width: none;
    padding-block: 8px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-inline: 50px 20px;
    min-width: 335px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.breadcrumb_list::after {
  content: "";
  position: absolute;
  background-color: #fff;
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .breadcrumb_list::after {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  }
}

.breadcrumb_ttl {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.breadcrumb_ttl span.over_str {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .breadcrumb_ttl span.over_str {
    opacity: 1;
    visibility: visible;
    position: static;
  }
}

.breadcrumb_item span {
  color: #000;
  font-size: 1.2rem;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}
@media screen and (min-width: 768px) {
  .breadcrumb_item span {
    font-size: 1.3rem;
    letter-spacing: -0.001em;
  }
}
.breadcrumb_item:last-of-type span {
  color: #e60012;
}
.breadcrumb_item + .breadcrumb_item {
  padding-left: 1em;
  position: relative;
}
.breadcrumb_item + .breadcrumb_item::before {
  content: ">";
  position: absolute;
  top: 50%;
  line-height: 1;
  left: 0.2em;
  translate: 0 -50%;
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumb_item a:hover span {
    color: #e60000;
  }
}

.solution .breadcrumb_item, .ironwork .breadcrumb_item {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 任意の行数を指定 */
  max-width: 50%;
}
@media screen and (min-width: 768px) {
  .solution .breadcrumb_item, .ironwork .breadcrumb_item {
    display: block;
    overflow: visible;
    -webkit-line-clamp: 2;
    max-width: none;
  }
}

@media screen and (min-width: 980px) {
  .products .breadcrumb_list {
    min-width: 440px;
    padding-inline: 65px;
  }
}
.products .breadcrumb_item {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 任意の行数を指定 */
  max-width: 30%;
}
@media screen and (min-width: 768px) {
  .products .breadcrumb_item {
    max-width: none;
  }
}

.lining .breadcrumb_item {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 任意の行数を指定 */
  max-width: 30%;
}
@media screen and (min-width: 768px) {
  .lining .breadcrumb_item {
    display: block;
    overflow: visible;
    -webkit-line-clamp: 2;
    max-width: none;
  }
}

@media screen and (min-width: 980px) {
  .recruit .breadcrumb_list {
    min-width: 440px;
    padding-inline: 65px;
  }
}

#solution {
  padding-block: 40px;
  padding-inline: 25px;
}
@media screen and (min-width: 425px) {
  #solution {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 600px) {
  #solution {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 980px) {
  #solution {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 768px) {
  #solution {
    padding-block: 50px 60px;
  }
}
@media screen and (min-width: 980px) {
  #solution {
    padding-block: 65px 70px;
  }
}

.solution_title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #e60012;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .solution_title {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 980px) {
  .solution_title {
    font-size: 2.8rem;
  }
}

.solution_text {
  -webkit-margin-before: 25px;
          margin-block-start: 25px;
  text-align: center;
  line-height: 1.6;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .solution_text {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}
@media screen and (min-width: 980px) {
  .solution_text {
    -webkit-margin-before: 60px;
            margin-block-start: 60px;
  }
}
@media screen and (min-width: 768px) {
  .solution_text br.sp {
    display: none;
  }
}
.solution_text br.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .solution_text br.pc {
    display: block;
  }
}

.contents_inner {
  max-width: 1046px;
  margin-inline: auto;
}

.work_contents_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .work_contents_flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 980px) {
  .work_contents_flex {
    gap: 0 70px;
  }
}

@media screen and (min-width: 768px) {
  .work_contents_img {
    width: min(42.8125vw, 548px);
  }
}
.work_contents_img img {
  width: 100%;
  height: auto;
  aspect-ratio: 548/330;
}

@media screen and (min-width: 768px) {
  .work_contents {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 350px;
  }
}

.work_contents_title {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .work_contents_title {
    font-size: 2.6rem;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 980px) {
  .work_contents_title {
    padding-bottom: 25px;
  }
}
.work_contents_title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45px;
  height: 5px;
  background-color: #e60012;
}
@media screen and (min-width: 768px) {
  .work_contents_title::before {
    width: 65px;
  }
}
@media screen and (min-width: 980px) {
  .work_contents_title::before {
    width: 75px;
  }
}

.work_contents_text {
  -webkit-margin-before: 25px;
          margin-block-start: 25px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 980px) {
  .work_contents_text {
    -webkit-margin-before: 35px;
            margin-block-start: 35px;
    text-align: left;
  }
}

.work_contents_info {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}

.work_contents_gallary {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
  overflow: auto;
  width: calc(100% + 25px);
}
@media screen and (min-width: 425px) {
  .work_contents_gallary {
    width: calc(100% + 30px);
  }
}
@media screen and (min-width: 600px) {
  .work_contents_gallary {
    width: calc(100% + 35px);
  }
}
@media screen and (min-width: 768px) {
  .work_contents_gallary {
    width: calc(100% + 40px);
  }
}
@media screen and (min-width: 980px) {
  .work_contents_gallary {
    width: calc(100% + 60px);
  }
}

.work_contents_gallary_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 12px;
}

.work_contents_gallary_item_name {
  font-size: 1.6rem;
  font-weight: 700;
  color: #e60012;
  line-height: 1;
  margin-bottom: 15px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.work_contents_gallary_item {
  width: 252px;
}
.work_contents_gallary_item img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: none;
}

.work_logo_block {
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
}
@media screen and (min-width: 768px) {
  .work_logo_block {
    -webkit-margin-before: 15px;
            margin-block-start: 15px;
    max-width: 265px;
  }
}
.work_logo_block .work_logo {
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .work_logo_block .work_logo a:hover img {
    scale: 1.02;
  }
}
.work_logo_block .work_logo img {
  width: 100%;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
  height: auto;
}
.work_logo_block .work_logo + .work_logo {
  -webkit-margin-before: 15px;
          margin-block-start: 15px;
}

#practice {
  background-color: #f6f6f6;
  padding-block: 65px 70px;
  padding-inline: 25px;
}
@media screen and (min-width: 425px) {
  #practice {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 600px) {
  #practice {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 980px) {
  #practice {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 768px) {
  #practice {
    padding-block: 85px 75px;
  }
}
@media screen and (min-width: 980px) {
  #practice {
    padding-block: 100px 95px;
  }
}
#practice .work_contents_img .img {
  position: relative;
  height: auto;
  container-type: inline-size;
}
#practice .work_contents_img .img::before {
  content: "";
  position: absolute;
  width: min(14.84375vw, 190px);
  min-width: 153px;
  height: min(14.84375vw, 190px);
  min-height: 153px;
  background-image: url(../../img/solution/practice_irast.webp);
  background-size: contain;
  bottom: -50px;
  right: -24px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@container (width >= 400px) {
  #practice .work_contents_img .img::before {
    bottom: -45px;
  }
}
@container (width >= 548px) {
  #practice .work_contents_img .img::before {
    bottom: -40px;
  }
}

.work_logo_caution {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

#maintenance {
  padding-block: 40px 60px;
  padding-inline: 25px;
}
@media screen and (min-width: 425px) {
  #maintenance {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 600px) {
  #maintenance {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 980px) {
  #maintenance {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 768px) {
  #maintenance {
    padding-block: 100px 80px;
  }
}
@media screen and (min-width: 980px) {
  #maintenance {
    padding-block: 155px 105px;
  }
}

#support {
  padding-block: 65px 50px;
  padding-inline: 25px;
  background-color: #f6f6f6;
}
@media screen and (min-width: 425px) {
  #support {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 600px) {
  #support {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 980px) {
  #support {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 768px) {
  #support {
    padding-block: 80px;
  }
}
@media screen and (min-width: 980px) {
  #support {
    padding-block: 105px;
  }
}

#solution_bottom {
  position: relative;
  padding-block: 125px 90px;
  background-image: url(../../img/solution/solution_bg.webp);
  background-size: 1288px 782px;
  overflow: hidden;
  background-position: top center;
  padding-inline: 25px;
}
@media screen and (min-width: 425px) {
  #solution_bottom {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 600px) {
  #solution_bottom {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 980px) {
  #solution_bottom {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 768px) {
  #solution_bottom {
    padding-block: 130px 130px;
  }
}
@media screen and (min-width: 980px) {
  #solution_bottom {
    padding-block: 180px 150px;
    background-size: cover;
  }
}
@media screen and (min-width: 1600) {
  #solution_bottom {
    background-size: 100% auto;
  }
}

.solution_head {
  position: absolute;
  top: 60px;
  left: 50%;
  translate: -50% 0;
  font-size: 10rem;
  font-weight: 500;
  font-family: "Oswald";
  color: #d8Dce1;
  line-height: 1;
  z-index: 1;
  display: block;
  opacity: 0.47;
}
@media screen and (min-width: 768px) {
  .solution_head {
    font-size: 15rem;
    top: 40px;
  }
}
@media screen and (min-width: 980px) {
  .solution_head {
    top: 40px;
    font-size: 20rem;
  }
}

.solution_contents {
  position: relative;
  z-index: 2;
}

.solution_contents_title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .solution_contents_title {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 980px) {
  .solution_contents_title {
    font-size: 2.8rem;
  }
}

.solution_contents_textblock {
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
}
@media screen and (min-width: 980px) {
  .solution_contents_textblock {
    -webkit-margin-before: 70px;
            margin-block-start: 70px;
  }
}

.solution_contents_text {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.solution_contents_text + .solution_contents_text {
  -webkit-margin-before: 1lh;
          margin-block-start: 1lh;
}
@media screen and (min-width: 768px) {
  .solution_contents_text br.sp {
    display: none;
  }
}
.solution_contents_text br.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .solution_contents_text br.pc {
    display: block;
  }
}