@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;
  }
}

#business {
  padding-block: 60px 150px;
  overflow: hidden;
}
@media screen and (min-width: 980px) {
  #business {
    padding-block: 80px 160px;
  }
}
#business .contents_inner {
  max-width: 1030px;
  margin-inline: auto;
}

.business_flex {
  padding-inline: 25px;
}
@media screen and (min-width: 425px) {
  .business_flex {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 600px) {
  .business_flex {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 980px) {
  .business_flex {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 768px) {
  .business_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 30px;
  }
}
@media screen and (min-width: 1280px) {
  .business_flex {
    gap: 0 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-inline: auto;
    padding: 0;
  }
}

.business_flex_catch {
  font-size: 3.6rem;
  color: #e60012;
  font-weight: 400;
  font-family: "Oswald";
  line-height: 1.266;
}
@media screen and (min-width: 600px) {
  .business_flex_catch {
    font-size: 4rem;
  }
}
@media screen and (min-width: 980px) {
  .business_flex_catch {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1280px) {
  .business_flex_catch {
    letter-spacing: -0.001em;
    font-size: 6.5rem;
  }
}

.business_flex_description {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}
@media screen and (min-width: 768px) {
  .business_flex_description {
    width: 50%;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    max-width: 440px;
  }
}

.business_description_title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.457;
}
@media screen and (min-width: 768px) {
  .business_description_title {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 980px) {
  .business_description_title {
    letter-spacing: 0.1em;
    font-size: 3.5rem;
    -webkit-margin-before: 5px;
            margin-block-start: 5px;
  }
}

.business_description_text {
  -webkit-margin-before: 25px;
          margin-block-start: 25px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.015em;
}
@media screen and (min-width: 980px) {
  .business_description_text {
    -webkit-margin-before: 15px;
            margin-block-start: 15px;
    font-size: 1.8rem;
  }
}

.business_image_block {
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
  position: relative;
  max-width: 848px;
  margin-inline: auto;
  container-type: inline-size;
}
@media screen and (min-width: 768px) {
  .business_image_block {
    text-align: center;
    width: 66.25vw;
  }
}
@media screen and (min-width: 768px) {
  .business_image_block {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
  }
  .business_image_block .business_desription_item {
    position: absolute;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
    width: auto;
    text-align: left;
    padding-bottom: 10px;
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
  .business_image_block .business_desription_item::before {
    scale: 0;
  }
  .business_image_block .business_desription_item .business_description_contents_text {
    font-size: min(1.5625vw, 20px);
    opacity: 0;
  }
  .business_image_block .business_desription_item .business_description_contents_title {
    font-size: min(2.1875vw, 28px);
    opacity: 0;
  }
  .business_image_block .business_desription_item .business_description_contents_title span {
    font-size: min(1.25vw, 16px);
  }
  .business_image_block .business_desription_item .business_description_item_img {
    opacity: 0;
  }
  .business_image_block .business_desription_item .business_description_border::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e60012;
    scale: 0;
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
  .business_image_block .business_desription_item:nth-of-type(1) {
    top: min(24.6100519931%, 142px);
    left: max(-6.25%, -80px);
    padding-bottom: 20px;
  }
  .business_image_block .business_desription_item:nth-of-type(1)::before {
    content: "";
    position: absolute;
    width: min(20.703125vw, 265px);
    height: 2px;
    background-color: #e60012;
    bottom: 0;
    left: 0;
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
  .business_image_block .business_desription_item:nth-of-type(1) .business_description_item_img {
    display: none;
  }
  .business_image_block .business_desription_item:nth-of-type(1) .business_description_border {
    position: absolute;
    width: min(12.109375vw, 155px);
    bottom: -101%;
    right: -58%;
    height: 2px;
    translate: 100% 0;
    rotate: 232deg;
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  .business_image_block .business_desription_item:nth-of-type(1) .business_description_border {
    width: min(11.328125vw, 145px);
    rotate: 228deg;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .business_image_block .business_desription_item:nth-of-type(1) .business_description_border {
    rotate: 227deg;
  }
}
@media screen and (min-width: 768px) {
  .business_image_block .business_desription_item:nth-of-type(1) .business_description_border::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #e60012;
    border-radius: 50%;
    translate: 0 -50%;
    z-index: -1;
  }
  .business_image_block .business_desription_item:nth-of-type(2) {
    top: min(18.1975736568%, 105px);
    right: min(8.984375vw, 115px);
    translate: 50% 0;
    gap: 0;
    padding-left: 25px;
  }
  .business_image_block .business_desription_item:nth-of-type(2)::before {
    content: "";
    position: absolute;
    width: min(31.25vw, 400px);
    height: 2px;
    background-color: #e60012;
    bottom: 20%;
    left: 3px;
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
}
@media screen and (min-width: 768px) and (min-width: 900px) {
  .business_image_block .business_desription_item:nth-of-type(2)::before {
    left: 5px;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  .business_image_block .business_desription_item:nth-of-type(2)::before {
    left: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1080px) {
  .business_image_block .business_desription_item:nth-of-type(2)::before {
    left: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .business_image_block .business_desription_item:nth-of-type(2)::before {
    left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .business_image_block .business_desription_item:nth-of-type(2) .business_description_item_img img {
    width: min(17.96875vw, 230px);
    aspect-ratio: 230/190;
    translate: -22% 25%;
  }
  .business_image_block .business_desription_item:nth-of-type(2) .business_description_border {
    position: absolute;
    bottom: -2%;
    width: min(7.96875vw, 102px);
    height: 2px;
    left: -15%;
    rotate: -60deg;
  }
  .business_image_block .business_desription_item:nth-of-type(2) .business_description_border::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #e60012;
    border-radius: 50%;
    translate: 0 -50%;
  }
  .business_image_block .business_desription_item:nth-of-type(3) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    bottom: 5%;
    right: min(9.375vw, 120px);
    translate: 50% 40%;
  }
  .business_image_block .business_desription_item:nth-of-type(3)::before {
    content: "";
    position: absolute;
    width: min(37.890625vw, 485px);
    height: 2px;
    background-color: #e60012;
    bottom: 25%;
    right: max(-2.734375vw, -50px);
    z-index: -1;
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  .business_image_block .business_desription_item:nth-of-type(3)::before {
    right: max(-3.515625vw, -50px);
  }
}
@media screen and (min-width: 768px) {
  .business_image_block .business_desription_item:nth-of-type(3) .business_description_border {
    position: absolute;
    bottom: 75%;
    width: min(15.234375vw, 195px);
    height: 2px;
    left: -38.5%;
    rotate: 67deg;
  }
  .business_image_block .business_desription_item:nth-of-type(3) .business_description_border::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #e60012;
    border-radius: 50%;
    translate: 0 -50%;
    z-index: 1;
  }
  .business_image_block .business_desription_item:nth-of-type(3) .business_description_item_img {
    width: min(12.96875vw, 166px);
  }
  .business_image_block .business_desription_item:nth-of-type(3) .business_description_item_img img {
    aspect-ratio: 1/1;
    translate: 0 14%;
  }
}

.business_image {
  width: 100%;
}
.business_image img {
  width: 100%;
  height: auto;
  max-width: 846px;
}

.business_description_item_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 20px;
  container-type: inline-size;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 600px) {
  .business_description_item_wrapper {
    padding-inline: 25px;
  }
}
@media screen and (min-width: 980px) {
  .business_description_item_wrapper {
    padding-inline: 0;
    display: contents;
  }
}

.business_desription_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  -webkit-margin-before: 25px;
          margin-block-start: 25px;
  padding-inline: 25px;
}
@media screen and (min-width: 600px) {
  .business_desription_item {
    width: calc(50% - 10px);
    padding-inline: 0px;
  }
}
.business_description_item_contents {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.business_description_contents_text {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .business_description_contents_text {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 980px) {
  .business_description_contents_text {
    font-size: 2rem;
    -webkit-margin-before: -5px;
            margin-block-start: -5px;
  }
}

.business_description_contents_title {
  -webkit-margin-before: 4px;
          margin-block-start: 4px;
  font-size: 2.4rem;
  color: #e60012;
  line-height: 1;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.business_description_contents_title span {
  font-size: 1.4rem;
}

.business_description_item_img {
  width: 98px;
}
@media screen and (min-width: 600px) {
  .business_description_item_img {
    width: 120px;
  }
}
.business_description_item_img img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .business_image_block.active .business_desription_item:nth-of-type(1)::before {
    -webkit-animation: border_scale ease 0.8s forwards 1 0.6s;
            animation: border_scale ease 0.8s forwards 1 0.6s;
  }
  .business_image_block.active .business_desription_item:nth-of-type(1) .business_description_border::before {
    -webkit-animation: border_scale ease 0.6s forwards 1;
            animation: border_scale ease 0.6s forwards 1;
  }
  .business_image_block.active .business_desription_item:nth-of-type(1) .business_description_contents_text,
  .business_image_block.active .business_desription_item:nth-of-type(1) .business_description_contents_title {
    -webkit-animation: fadein 0.5s forwards 1 1.5s;
            animation: fadein 0.5s forwards 1 1.5s;
  }
  .business_image_block.active .business_desription_item:nth-of-type(1) .business_description_item_img {
    -webkit-animation: fadein 0.5s forwards 1 1.5s;
            animation: fadein 0.5s forwards 1 1.5s;
  }
  .business_image_block.active .business_desription_item:nth-of-type(2)::before {
    -webkit-animation: border_scale ease 0.8s forwards 1 1s;
            animation: border_scale ease 0.8s forwards 1 1s;
  }
  .business_image_block.active .business_desription_item:nth-of-type(2) .business_description_border::before {
    -webkit-animation: border_scale ease 0.6s forwards 1 0.5s;
            animation: border_scale ease 0.6s forwards 1 0.5s;
  }
  .business_image_block.active .business_desription_item:nth-of-type(2) .business_description_contents_text,
  .business_image_block.active .business_desription_item:nth-of-type(2) .business_description_contents_title {
    -webkit-animation: fadein 0.5s forwards 1 2s;
            animation: fadein 0.5s forwards 1 2s;
  }
  .business_image_block.active .business_desription_item:nth-of-type(2) .business_description_item_img {
    -webkit-animation: fadein 0.5s forwards 1 2s;
            animation: fadein 0.5s forwards 1 2s;
  }
  .business_image_block.active .business_desription_item:nth-of-type(3)::before {
    -webkit-animation: border_scale ease 0.8s forwards 1 2s;
            animation: border_scale ease 0.8s forwards 1 2s;
  }
  .business_image_block.active .business_desription_item:nth-of-type(3) .business_description_border::before {
    -webkit-animation: border_scale ease 0.6s forwards 1 1.5s;
            animation: border_scale ease 0.6s forwards 1 1.5s;
  }
  .business_image_block.active .business_desription_item:nth-of-type(3) .business_description_contents_text,
  .business_image_block.active .business_desription_item:nth-of-type(3) .business_description_contents_title {
    -webkit-animation: fadein 0.5s forwards 1 2.5s;
            animation: fadein 0.5s forwards 1 2.5s;
  }
  .business_image_block.active .business_desription_item:nth-of-type(3) .business_description_item_img {
    -webkit-animation: fadein 0.5s forwards 1 2.5s;
            animation: fadein 0.5s forwards 1 2.5s;
  }
}

#product {
  padding-block: 0px 120px;
  background-color: #f6f6f6;
}
@media screen and (min-width: 980px) {
  #product {
    background-color: #fff;
    padding-inline: 25px;
    padding-block: 85px 130px;
  }
}
@media screen and (min-width: 980px) and (min-width: 425px) {
  #product {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 980px) and (min-width: 600px) {
  #product {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 980px) and (min-width: 980px) {
  #product {
    padding-inline: 60px;
  }
}
#product .contents_inner {
  max-width: 1040px;
  margin-inline: auto;
}

.product_head_block {
  background-color: #f6f6f6;
  padding-inline: 25px;
  margin-bottom: 60px;
}
@media screen and (min-width: 425px) {
  .product_head_block {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 600px) {
  .product_head_block {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 980px) {
  .product_head_block {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 980px) {
  .product_head_block {
    background-color: initial;
    padding-inline: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 980px) {
  .product_head_text {
    width: 50%;
  }
}

.product_title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 980px) {
  .product_title {
    font-weight: 700;
    font-size: 3.6rem;
  }
}

.product_blocks {
  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;
}
@media screen and (min-width: 980px) {
  .product_blocks {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-margin-before: 35px;
            margin-block-start: 35px;
  }
}
.product_blocks:nth-of-type(1) .product_block_link {
  -webkit-margin-before: 25px;
          margin-block-start: 25px;
}
.product_blocks:nth-of-type(1) .product_block_contents {
  padding-block: 40px 60px;
}
@media screen and (min-width: 768px) {
  .product_blocks:nth-of-type(1) .product_block_contents {
    padding-block: 40px;
  }
}
@media screen and (min-width: 980px) {
  .product_blocks:nth-of-type(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.product_blocks:nth-of-type(2) .product_block_description {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
}
.product_blocks:nth-of-type(2) .product_block_contents {
  padding-block: 30px 60px;
}
@media screen and (min-width: 768px) {
  .product_blocks:nth-of-type(2) .product_block_contents {
    padding-block: 60px 55px;
  }
}
.product_blocks:nth-of-type(3) .product_block_contents {
  padding-block: 30px 0;
}
@media screen and (min-width: 768px) {
  .product_blocks:nth-of-type(3) .product_block_contents {
    padding-block: 60px 0;
  }
}
.product_blocks:nth-of-type(3) .product_block_link {
  -webkit-margin-before: 45px;
          margin-block-start: 45px;
}
@media screen and (min-width: 980px) {
  .product_blocks + .product_blocks {
    -webkit-margin-before: 50px;
            margin-block-start: 50px;
  }
}

.product_block_contents {
  padding-inline: 25px;
  padding-block: 30px 60px;
  background-color: #F6F6F6;
}
@media screen and (min-width: 425px) {
  .product_block_contents {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 600px) {
  .product_block_contents {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 980px) {
  .product_block_contents {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 980px) {
  .product_block_contents {
    width: 50%;
    padding-block: 35px;
    background-color: #fff;
  }
}
@media screen and (min-width: 1280px) {
  .product_block_contents {
    padding-block: 60px 50px;
    padding-inline: 90px 110px;
  }
}

.product_num {
  font-size: 3rem;
  color: #E60012;
  font-weight: 400;
  font-family: "Oswald";
  line-height: 1.5;
}
@media screen and (min-width: 980px) {
  .product_num {
    font-size: 2.8rem;
  }
}

.product_block_title {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
}
@media screen and (min-width: 980px) {
  .product_block_title {
    -webkit-margin-before: 0px;
            margin-block-start: 0px;
    font-size: 2.8rem;
  }
}
.product_block_title span {
  font-size: 1.6rem;
}
@media screen and (min-width: 980px) {
  .product_block_title span {
    font-size: 2rem;
  }
}

.product_block_description {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
}

.product_block_link {
  text-align: center;
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}
@media screen and (min-width: 980px) {
  .product_block_link {
    text-align: left;
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}

.product_image {
  position: relative;
  background-color: #E60012;
  padding-bottom: 10px;
}
@media screen and (min-width: 980px) {
  .product_image {
    width: 50%;
    max-height: 390px;
  }
}
.product_image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 980px) {
  .product_image img {
    height: 100%;
  }
}