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

#company_link {
  padding-block: 50px;
  padding-inline: 25px;
}
@media screen and (min-width: 425px) {
  #company_link {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 600px) {
  #company_link {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 980px) {
  #company_link {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 600px) {
  #company_link {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 980px) {
  #company_link {
    padding-block: 95px 80px;
  }
}

.company_title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .company_title {
    font-size: 2.8rem;
    font-weight: 700;
  }
}

.company_block {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 980px) {
  .company_block {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 30px 0;
    max-width: 900px;
    -webkit-margin-before: 0px;
            margin-block-start: 0px;
  }
}

.company_link {
  display: block;
  width: 300px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .company_link {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .company_link {
    width: 33.3333333333%;
    max-width: 300px;
  }
}
.company_link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 55px;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  z-index: 1;
}
.company_link img {
  width: 100%;
  height: auto;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .company_link:hover img {
    scale: 1.05;
  }
  .company_link:hover .link_text::after {
    scale: 1.4;
  }
}

.link_text {
  position: absolute;
  bottom: 18px;
  left: 20px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  display: block;
  width: calc(100% - 20px);
  z-index: 2;
}
.link_text::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #E60012;
  translate: 0 -50%;
}
.link_text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 21px;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  translate: 0 -50%;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}

.section_title {
  position: relative;
  font-size: 2.4rem;
  padding-bottom: 12px;
  line-height: 1.5;
  display: block;
}
@media screen and (min-width: 768px) {
  .section_title {
    font-size: 2.6rem;
    padding-bottom: 14px;
    font-weight: 600;
  }
}
@media screen and (min-width: 980px) {
  .section_title {
    font-size: 2.8rem;
    max-width: 1186px;
    padding-bottom: 18px;
    margin-inline: min(9.375vw, 120px) min(12.265625vw, 157px);
  }
}
.section_title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 5px;
  background-color: #e60012;
}
@media screen and (min-width: 768px) {
  .section_title::before {
    width: 56px;
  }
}
@media screen and (min-width: 980px) {
  .section_title::before {
    width: 70px;
    max-width: 100%;
    height: 6px;
  }
}

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

#profile {
  padding-block: 80px 0;
  padding-inline: 25px;
}
@media screen and (min-width: 425px) {
  #profile {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 600px) {
  #profile {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 980px) {
  #profile {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 768px) {
  #profile {
    padding-block: 120px 0;
  }
}
@media screen and (min-width: 980px) {
  #profile {
    padding-block: 150px 0;
  }
}

.profile_contents {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}
@media screen and (min-width: 980px) {
  .profile_contents {
    -webkit-margin-before: 50px;
            margin-block-start: 50px;
    padding-inline: min(9.375vw, 120px) min(12.265625vw, 157px);
  }
}

.profile_contents_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 8px;
  padding-bottom: 20px;
  border-bottom: solid 1px rgba(62, 58, 57, 0.2);
}
@media screen and (min-width: 600px) {
  .profile_contents_row {
    gap: 0 15px;
  }
}
@media screen and (min-width: 768px) {
  .profile_contents_row {
    gap: 0 20px;
  }
}
@media screen and (min-width: 980px) {
  .profile_contents_row {
    gap: 0 35px;
  }
}
.profile_contents_row > dt {
  min-width: 100px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 600px) {
  .profile_contents_row > dt {
    font-size: 1.5rem;
    min-width: 140px;
    -webkit-padding-start: 30px;
            padding-inline-start: 30px;
  }
}
@media screen and (min-width: 980px) {
  .profile_contents_row > dt {
    font-size: 1.6rem;
    min-width: 205px;
    -webkit-padding-start: 40px;
            padding-inline-start: 40px;
  }
}
@media screen and (min-width: 600px) {
  .profile_contents_row > dt br {
    display: none;
  }
}
.profile_contents_row dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  -webkit-padding-before: 0.1em;
          padding-block-start: 0.1em;
}
@media screen and (min-width: 600px) {
  .profile_contents_row dd {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 980px) {
  .profile_contents_row dd {
    font-size: 1.6rem;
  }
}
.profile_contents_row + .profile_contents_row {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}

.child_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 600px) {
  .child_row {
    gap: 0 15px;
    border-bottom: solid 1px rgba(62, 58, 57, 0.2);
  }
}
@media screen and (min-width: 768px) {
  .child_row {
    gap: 0 20px;
  }
}
@media screen and (min-width: 980px) {
  .child_row {
    gap: 0 25px;
  }
}
.child_row dt {
  min-width: 85px;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 600px) {
  .child_row dt {
    font-size: 1.5rem;
    min-width: 130px;
  }
}
@media screen and (min-width: 980px) {
  .child_row dt {
    font-size: 1.6rem;
  }
}
.child_row dt.row_block {
  display: block;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .child_row dt.row_block {
    width: auto;
  }
}
.child_row dt.row_block + dd {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  padding-bottom: 20px;
  border-bottom: solid 1px rgba(62, 58, 57, 0.2);
}
@media screen and (min-width: 600px) {
  .child_row dt.row_block + dd {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    border-bottom: none;
  }
}
.child_row dd {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .child_row dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.child_row + .child_row {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
@media screen and (min-width: 600px) {
  .child_row:last-of-type {
    border-bottom: none;
  }
}
.child_row:last-of-type dt.row_block + dd {
  padding-bottom: 0px;
  border-bottom: none;
}

.child_row_text a {
  color: #000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (min-width: 980px) {
  .child_row_text a.tel {
    pointer-events: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .child_row_text a.map:hover {
    color: #e60012;
  }
  .child_row_text a.map:hover span {
    border-color: #e60012;
  }
}
.child_row_text a.map span {
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  border-bottom: solid 1px #000;
}

.profile_contets_text + .profile_contets_text {
  -webkit-margin-before: 2.1lh;
          margin-block-start: 2.1lh;
}

#history {
  padding-block: 80px 0;
  padding-inline: 25px;
}
@media screen and (min-width: 425px) {
  #history {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 600px) {
  #history {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 980px) {
  #history {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 768px) {
  #history {
    padding-block: 120px 0;
  }
}
@media screen and (min-width: 980px) {
  #history {
    padding-block: 140px 0;
  }
}

#access {
  padding-block: 80px 20px;
  padding-inline: 25px;
}
@media screen and (min-width: 425px) {
  #access {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 600px) {
  #access {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 980px) {
  #access {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 768px) {
  #access {
    padding-block: 120px 30px;
  }
}
@media screen and (min-width: 980px) {
  #access {
    padding-block: 150px 45px;
  }
}

.access_contents {
  -webkit-margin-before: 45px;
          margin-block-start: 45px;
}
@media screen and (min-width: 600px) {
  .access_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 980px) {
  .access_contents {
    gap: 0 15px;
    -webkit-margin-before: 35px;
            margin-block-start: 35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.access_item {
  border-radius: 10px;
  border: solid 1px #ada9a8;
  padding: 35px 20px;
}
@media screen and (min-width: 600px) {
  .access_item {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 980px) {
  .access_item {
    padding: 35px 18px;
    width: calc(33.3333333333% - 12px);
    max-width: 302px;
  }
}
.access_item + .access_item {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}
@media screen and (min-width: 600px) {
  .access_item + .access_item {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}

.access_item_name {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}

.access_img {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
  margin-inline: auto;
  text-align: center;
}
.access_img img {
  max-width: 100%;
}

.access_link {
  -webkit-margin-before: 25px;
          margin-block-start: 25px;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 980px) {
  .access_link {
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
  }
}
.access_link a {
  color: #e60012;
  text-decoration: underline;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
@media (hover: hover) and (pointer: fine) {
  .access_link a:hover {
    opacity: 0.7;
  }
}

.access_item_btn {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
  text-align: center;
}
.access_item_btn .btn_standard {
  padding-right: 60px;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  .access_item_btn .btn_standard {
    line-height: 1.5;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .access_item_btn .btn_standard {
    display: inline-block;
    padding-right: 55px;
  }
}
@media screen and (min-width: 1280px) {
  .access_item_btn .btn_standard {
    padding-right: 60px;
  }
}
.access_item_btn .btn_standard span {
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 600px) {
  .access_item_btn .btn_standard span {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  .access_item_btn .btn_standard span {
    font-size: 1.6rem;
  }
}
.access_item_btn .btn_standard br {
  display: none;
}
@media screen and (min-width: 600px) {
  .access_item_btn .btn_standard br {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .access_item_btn .btn_standard br {
    display: none;
  }
}

#about_us_cta {
  background-image: url(../../img/common/about_us_sp.webp);
  background-size: 130% auto;
  padding-block: 60px;
  padding-inline: 45px;
  background-color: #fff;
  background-blend-mode: luminosity;
  background-position: top;
  background-repeat: no-repeat;
}
@media screen and (min-width: 425px) {
  #about_us_cta {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 600px) {
  #about_us_cta {
    padding-block: 80px;
  }
}
@media screen and (min-width: 768px) {
  #about_us_cta {
    background-image: url(../../img/common/about_us.webp);
    aspect-ratio: 1920/571;
    padding-block: 100px 90px;
  }
}
@media screen and (min-width: 980px) {
  #about_us_cta {
    padding-block: 130px 120px;
    background-size: 100% 100%;
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  #about_us_cta {
    background-size: cover;
    max-height: 381px;
    overflow: hidden;
    background-position: top center;
  }
}

.about_us_flex {
  max-width: 600px;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  .about_us_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;
  }
}

.about_us_cta_title {
  font-size: 5rem;
  font-weight: 400;
  font-family: "Oswald";
  color: #e60012;
  line-height: 1;
}

.about_us_btn {
  -webkit-margin-before: 25px;
          margin-block-start: 25px;
}

.about_us_flex_right {
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
}
@media screen and (min-width: 600px) {
  .about_us_flex_right {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}

.about_us_logo {
  margin-inline: auto;
  width: 154px;
  height: auto;
  display: none;
}
@media screen and (min-width: 768px) {
  .about_us_logo {
    display: block;
    width: 200px;
  }
}
.about_us_logo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}