@charset "UTF-8";
/*** The new CSS reset - version 1.7.2 (last updated 23.6.2022) ***/
*:where(:not(html, iframe, canvas, img, svg, video):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
}

a,
button {
  cursor: revert;
}

a {
  text-decoration: none !important;
  transition-duration: 0.5s;
}
a:hover {
  opacity: 0.8;
  transition-duration: 0.5s;
  cursor: pointer;
}

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

img, video {
  max-width: 100%;
  max-height: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

.dummy {
  color: #ff31f1 !important;
}

/*
====================================
共通
====================================
*/
html {
  overflow-y: initial;
  font-size: 10px;
  letter-spacing: 0.1em;
}

body {
  overflow-x: hidden;
  font-feature-settings: "palt";
  background-color: #fff;
  font-optical-sizing: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  opacity: 0;
}
body.loaded {
  opacity: 1;
  transition: opacity 2s ease;
}

.p {
  font-size: 1.6rem;
  line-height: 2;
}

.wrapper {
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}

.pc {
  display: block;
}

.pc-tb {
  display: block;
}

.tb-sp {
  display: none;
}

.sp {
  display: none;
}

main {
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  .lowerpage {
    margin-top: 0;
  }
  .pc {
    display: none;
  }
  .pc-tb {
    display: none;
  }
  .tb-sp {
    display: block;
  }
  .sp {
    display: block;
  }
  .p {
    font-size: 1.3rem;
    line-height: 1.7;
  }
  .wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.l_cta {
  position: relative;
  background-color: #D80000;
  padding: 45px 0;
}
.l_cta::before {
  pointer-events: none;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/cta/sun-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}
.l_cta::after {
  pointer-events: none;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/cta/sun-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
.l_cta__content .heading {
  text-align: center;
}
.l_cta__content .heading h2 {
  color: #fff;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1.2;
}
.l_cta__content .heading .eng {
  margin-top: 12px;
  display: inline-block;
  width: 160px;
}
.l_cta__content .heading .eng img {
  width: 100%;
}
.l_cta__content .desc {
  margin-top: 24px;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1.7;
}
.l_cta__content .btn {
  margin-top: 40px;
  text-align: center;
}
.l_cta__content .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 32px;
  background-color: #fff;
  border-radius: 50px;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
  border: solid 3px #fff;
}
.l_cta__content .btn a .icon {
  width: 34px;
  transform: translateY(2.8px);
}
.l_cta__content .btn a .icon img {
  width: 100%;
}
.l_cta__content .btn a .txt {
  padding-left: 8px;
  font-size: 2rem;
  font-weight: 600;
  color: #D80000;
}
.l_cta__content .btn a:hover {
  border: solid 3px #aa0000;
  opacity: 1;
}
.l_cta__content .tel {
  margin-top: 40px;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1.7;
}
.l_cta__content .tel .main {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.8rem;
  font-weight: 800;
}
.l_cta__content .tel .main .icon {
  margin-right: 12px;
  transform: translateY(4px);
  width: 40px;
}
.l_cta__content .tel .main .icon img {
  width: 100%;
}
.l_cta__content .tel .sub {
  font-size: 1.6rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .l_cta {
    padding: 32px 0;
  }
  .l_cta::before {
    width: 50%;
    background-position: left bottom;
  }
  .l_cta::after {
    width: 40%;
    background-position: right top;
  }
  .l_cta__content .heading h2 {
    font-size: 2.8rem;
  }
  .l_cta__content .heading .eng {
    width: 120px;
  }
  .l_cta__content .desc {
    margin-top: 12px;
    font-size: 1.4rem;
  }
  .l_cta__content .btn {
    margin-top: 24px;
  }
  .l_cta__content .btn a {
    padding: 12px 16px;
    width: 100%;
  }
  .l_cta__content .btn a .icon {
    width: 24px;
    transform: translateY(2.8px);
  }
  .l_cta__content .btn a .txt {
    padding-left: 4.8px;
    font-size: 1.6rem;
  }
  .l_cta__content .tel {
    margin-top: 24px;
    font-size: 1.5rem;
  }
  .l_cta__content .tel .main {
    font-size: 2.8rem;
  }
  .l_cta__content .tel .main .icon {
    margin-right: 6.4px;
    transform: translateY(4px);
    width: 24px;
  }
  .l_cta__content .tel .sub {
    font-size: 1.3rem;
  }
}
.m_sitebtn {
  display: inline-block;
  padding: 24px 12px;
  width: 516px;
  background-color: #fff;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  border-radius: 50px;
  border: solid 1px #000;
}
.m_sitebtn .txt {
  color: #000;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.m_sitebtn i {
  margin-left: 12px;
  font-size: 1.6rem;
  color: #000;
}
.m_sitebtn--small {
  display: inline-block;
  padding: 16px 32px;
  width: auto;
}
.m_sitebtn--small .txt {
  font-size: 1.5rem;
}
.m_sitebtn--small i {
  margin-left: 8px;
  font-size: 1.3rem;
}
.m_sitebtn--red {
  background-color: #D80000;
  border: solid 1px #fff;
}
.m_sitebtn--red .txt {
  color: #fff;
}
.m_sitebtn--red i {
  color: #fff;
}
.m_sitebtn:hover {
  transition-duration: 0.5s;
  background-color: #000;
  opacity: 1;
}
.m_sitebtn:hover a {
  opacity: 1;
}
.m_sitebtn:hover .txt {
  color: #fff;
  transition-duration: 0.5s;
}
.m_sitebtn:hover i {
  color: #fff;
  transition-duration: 0.5s;
}
.m_sitebtn.m_sitebtn--red:hover {
  background-color: #fff;
  transition-duration: 0.5s;
}
.m_sitebtn.m_sitebtn--red:hover .txt {
  color: #D80000;
  transition-duration: 0.5s;
}
.m_sitebtn.m_sitebtn--red:hover i {
  color: #D80000;
  transition-duration: 0.5s;
}

.m_lowerheader {
  position: relative;
  z-index: 0;
  height: 400px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.m_lowerheader.company {
  background-image: url(../img/common/lowerpageheader/company.jpg);
}
.m_lowerheader.blog {
  background-image: url(../img/common/lowerpageheader/blog.jpg);
}
.m_lowerheader.news {
  background-image: url(../img/common/lowerpageheader/news.jpg);
}
.m_lowerheader.recruit {
  background-image: url(../img/common/lowerpageheader/recruit.jpg);
}
.m_lowerheader.office {
  background-image: url(../img/common/lowerpageheader/office.jpg);
}
.m_lowerheader.outsourcing {
  background-image: url(../img/common/lowerpageheader/outsourcing.jpg);
}
.m_lowerheader.logistics {
  background-image: url(../img/common/lowerpageheader/logistics.jpg);
}
.m_lowerheader.contact {
  background-image: url(../img/common/lowerpageheader/contact.jpg);
}
.m_lowerheader.works {
  background-image: url(../img/common/lowerpageheader/works.jpg);
}
.m_lowerheader.interview {
  background-image: url(../img/common/lowerpageheader/interview.jpg);
}
.m_lowerheader.f_404 {
  overflow: hidden;
  background-image: none;
  background-color: #bb0000;
}
.m_lowerheader.f_404::after {
  background-color: initial;
  background-image: url("../img/common/lowerpageheader/line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 43vw;
  height: 102%;
  right: 0;
  left: initial;
  opacity: 1;
}
.m_lowerheader.noimage {
  background-color: #fff;
  height: 320px;
}
.m_lowerheader.noimage::after {
  display: none;
}
.m_lowerheader.noimage .inner {
  position: relative;
  z-index: 3;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.m_lowerheader.noimage .inner h1, .m_lowerheader.noimage .inner p {
  font-size: 3.2rem;
}
.m_lowerheader::after {
  content: "";
  background-color: #000000;
  opacity: 0.4;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m_lowerheader .inner {
  position: relative;
  z-index: 3;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.m_lowerheader .inner h1 {
  font-size: 5.8rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: center;
  line-height: 1.2;
}
.m_lowerheader .inner span {
  margin-top: 4px;
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}

.m_breadcrumb {
  padding: 24px 0;
}
.m_breadcrumb span {
  color: #000;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
.m_breadcrumb span.current-item {
  color: #D80000;
  margin-left: 12px;
}
.m_breadcrumb span a {
  margin-right: 12px;
}

.m_worksarticle {
  padding: 16px;
  width: 24%;
  background-color: #fff;
  border-radius: 10px;
}
.m_worksarticle a .thumb {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.m_worksarticle a .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-bottom: solid 2px #ddd;
  transition: transform 0.3s ease;
  display: block;
}
.m_worksarticle a .txt-content {
  margin-top: 12px;
}
.m_worksarticle a .txt-content .sub-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m_worksarticle a .txt-content .sub-info time {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.2;
  color: #D80000;
}
.m_worksarticle a .txt-content .sub-info .category {
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  align-items: center;
}
.m_worksarticle a .txt-content .sub-info .category .category-item {
  min-width: 51%;
  font-size: 1.2rem;
  font-weight: 600;
  color: #000;
  border-bottom: solid 1px #000;
  text-align: right;
}
.m_worksarticle a .txt-content h3 {
  margin-top: 14px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
}
.m_worksarticle a .txt-content .desc {
  margin-top: 8px;
  font-size: 1.3rem;
  color: #000;
}
.m_worksarticle a .btn {
  margin-top: 24px;
  text-align: center;
  display: iblock;
  padding: 8px 12px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  border-radius: 50px;
  border: solid 1px #000;
  color: #000;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.m_worksarticle a .btn i {
  margin-left: 12px;
  font-size: 1.2rem;
  color: #000;
}
.m_worksarticle a:hover .thumb img {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.m_blogarticle {
  padding: 24px;
  background-color: #fff;
  border-radius: 10px;
}
.m_blogarticle .thumb {
  width: 100%;
  aspect-ratio: 16/9;
}
.m_blogarticle .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.m_blogarticle .txt-content {
  margin-top: 12px;
}
.m_blogarticle .txt-content time {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.2;
  color: #D88500;
}
.m_blogarticle .txt-content .category {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  align-items: center;
}
.m_blogarticle .txt-content .category .category-item {
  margin-top: 4.8px;
  margin-right: 4px;
  font-size: 1.1rem;
  background-color: #D88500;
  color: #fff;
  border-radius: 50px;
  padding: 4px 16px;
  display: inline-block;
}
.m_blogarticle .txt-content .category .category-item:last-child {
  margin-right: 0;
}
.m_blogarticle .txt-content h3 {
  margin-top: 8px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
}
.m_blogarticle .txt-content .desc {
  display: block;
  margin-top: 8px;
  font-size: 1.2rem;
  line-height: 1.65;
  color: #666;
  text-align: left;
}
.m_blogarticle .txt-content .writer {
  margin-top: 8px;
  font-size: 1.2rem;
  color: #666;
  text-align: right;
  display: block;
}
.m_blogarticle .txt-content .writer .name {
  font-size: 1.2rem;
  text-align: right;
  display: block;
}
.m_blogarticle .txt-content .btn {
  margin-top: 24px;
  text-align: center;
  display: iblock;
  padding: 8px 12px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  border-radius: 50px;
  border: solid 1px #000;
  color: #000;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.m_blogarticle .txt-content .btn i {
  margin-left: 12px;
  font-size: 1.2rem;
  color: #000;
}
.m_blogarticle:hover {
  background-color: rgb(67, 67, 67);
  transition-duration: 0.5s;
}
.m_blogarticle:hover a {
  opacity: 1;
}
.m_blogarticle:hover .thumb {
  overflow: hidden;
}
.m_blogarticle:hover .thumb img {
  transform: scale(1.1);
  transition-duration: 0.5s;
}
.m_blogarticle:hover .txt-content time {
  color: #fff;
  transition-duration: 0.5s;
}
.m_blogarticle:hover .txt-content h3 {
  color: #fff;
  transition-duration: 0.5s;
}
.m_blogarticle:hover .txt-content .desc {
  color: #fff;
  transition-duration: 0.5s;
}
.m_blogarticle:hover .txt-content .btn {
  transition-duration: 0.5s;
}

@media screen and (max-width: 768px) {
  .m_sitebtn {
    padding: 12px 8px;
    width: 100%;
  }
  .m_sitebtn .txt {
    font-size: 1.5rem;
  }
  .m_sitebtn i {
    margin-left: 7px;
    font-size: 1.5rem;
  }
  .m_sitebtn--small {
    padding: 12px 8px;
  }
  .m_sitebtn--small .txt {
    font-size: 1.3rem;
  }
  .m_sitebtn--small i {
    margin-left: 4.8px;
    font-size: 1.2rem;
  }
  .m_lowerheader {
    height: 72vw;
  }
  .m_lowerheader.company .inner span {
    width: 120px;
  }
  .m_lowerheader.blog .inner span {
    width: 90px;
  }
  .m_lowerheader.news .inner span {
    width: 90px;
  }
  .m_lowerheader.recruit .inner span {
    width: 130px;
  }
  .m_lowerheader.office .inner span {
    width: 120px;
  }
  .m_lowerheader.outsourcing .inner span {
    width: 170px;
  }
  .m_lowerheader.logistics .inner span {
    width: 190px;
  }
  .m_lowerheader.contact .inner span {
    width: 130px;
  }
  .m_lowerheader.works .inner span {
    width: 110px;
  }
  .m_lowerheader.interview .inner span {
    width: 130px;
  }
  .m_lowerheader.f_404::after {
    width: 107vw;
    height: 105%;
    right: 0;
    background-position: right;
  }
  .m_lowerheader.f_404 .inner span {
    width: 80%;
  }
  .m_lowerheader .inner h1, .m_lowerheader .inner p {
    font-size: 3rem;
  }
  .m_lowerheader .inner span {
    margin-top: 8px;
  }
  .m_breadcrumb {
    padding: 12px 0;
  }
  .m_breadcrumb span {
    color: #000;
    font-size: 1rem;
  }
  .m_breadcrumb span.current-item {
    margin-left: 4px;
  }
  .m_breadcrumb span a {
    margin-right: 4px;
  }
  .m_worksarticle {
    padding: 8px;
    width: 48.75%;
  }
  .m_worksarticle a .txt-content {
    margin-top: 12px;
  }
  .m_worksarticle a .txt-content .sub-info {
    display: block;
    margin-bottom: 12px;
  }
  .m_worksarticle a .txt-content .sub-info time {
    font-size: 1.1rem;
  }
  .m_worksarticle a .txt-content .sub-info .category {
    display: flex;
    align-items: center;
  }
  .m_worksarticle a .txt-content .sub-info .category .category-item {
    font-size: 1rem;
    margin-top: 4px;
    border-bottom: none;
    background-color: #D80000;
    color: #fff !important;
    border: none !important;
    padding: 2px 4px;
    border-radius: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .m_worksarticle a .txt-content h3 {
    margin-top: 4px;
    font-size: 1.5rem;
  }
  .m_worksarticle a .txt-content .desc {
    margin-top: 8px;
    font-size: 1.1rem;
    display: block;
  }
  .m_worksarticle a .txt-content .btn {
    margin-top: 12px;
    padding: 4px 8px;
    width: 100%;
    font-size: 1.2rem;
  }
  .m_worksarticle a .txt-content .btn i {
    margin-left: 12px;
    font-size: 1.2rem;
    color: #000;
  }
  .m_blogarticle {
    padding: 12px;
    border-radius: 5px;
  }
  .m_blogarticle .txt-content {
    margin-top: 6px;
  }
  .m_blogarticle .txt-content time {
    font-size: 1.2rem;
  }
  .m_blogarticle .txt-content .category {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    align-items: center;
  }
  .m_blogarticle .txt-content .category .category-item {
    font-size: 1rem;
    padding: 2px 8px;
    margin-top: 2.4px;
  }
  .m_blogarticle .txt-content .category .category-item:first-of-type {
    margin-top: 4px;
  }
  .m_blogarticle .txt-content h3 {
    margin-top: 4px;
    font-size: 1.4rem;
  }
  .m_blogarticle .txt-content .desc {
    margin-top: 8px;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 400;
  }
  .m_blogarticle .txt-content .writer {
    margin-top: 4.8px;
    font-size: 1rem;
  }
  .m_blogarticle .txt-content .writer .name {
    font-size: 1rem;
  }
  .m_blogarticle .txt-content .btn {
    margin-top: 12px;
    padding: 4px 8px;
    width: 100%;
    font-size: 1.2rem;
  }
  .m_blogarticle .txt-content .btn i {
    margin-left: 12px;
    font-size: 1.2rem;
    color: #000;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 96px;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.3s ease;
}
.header__inner {
  padding: 0 32px;
}
.header__inner .lr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__inner .lr .left {
  display: flex;
  align-items: center;
  max-width: 650px;
}
.header__inner .lr .left .logo-gr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 679px;
}
.header__inner .lr .left .logo-gr .do {
  padding-left: 50px;
  font-size: 1.4rem;
  color: #fff;
  width: 679px;
  margin-bottom: 8px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.header__inner .lr .left .logo-gr .logo {
  width: 135px;
  height: auto;
  margin-right: 16px;
}
.header__inner .lr .left .logo-gr .logo img {
  width: 100%;
}
.header__inner .lr .left .logo-gr .name {
  width: 50px;
  height: auto;
}
.header__inner .lr .left .logo-gr .name img {
  width: 100%;
}
.header__inner .lr .left .logo-gr .copy {
  margin-left: 12px;
  width: 278px;
  height: auto;
}
.header__inner .lr .left .logo-gr .copy img {
  width: 100%;
}
.header__inner .lr .right {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header__inner .lr .right nav {
  display: flex;
  align-items: center;
}
.header__inner .lr .right nav > ul {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 40px;
}
.header__inner .lr .right nav > ul > li {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.header__inner .lr .right nav > ul > li > a, .header__inner .lr .right nav > ul > li > span {
  color: #fff;
  position: relative;
  padding: 37px 0px;
}
.header__inner .lr .right nav > ul > li > a::before, .header__inner .lr .right nav > ul > li > span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 35px;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition-duration: 0.3s;
}
.header__inner .lr .right nav > ul > li > a::after, .header__inner .lr .right nav > ul > li > span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 48px;
  width: 100%;
  height: 23px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateX(-50%);
  transition-duration: 0.3s;
}
.header__inner .lr .right nav > ul > li > a:hover::before, .header__inner .lr .right nav > ul > li > span:hover::before {
  width: 100%;
}
.header__inner .lr .right nav > ul > li > a.news::after, .header__inner .lr .right nav > ul > li > span.news::after {
  background-image: url(../img/header/nav/txt-news.svg);
  width: 66px;
}
.header__inner .lr .right nav > ul > li > a.service::after, .header__inner .lr .right nav > ul > li > span.service::after {
  background-image: url(../img/header/nav/txt-service.svg);
  width: 88px;
}
.header__inner .lr .right nav > ul > li > a.projects::after, .header__inner .lr .right nav > ul > li > span.projects::after {
  background-image: url(../img/header/nav/txt-projects.svg);
  width: 105px;
}
.header__inner .lr .right nav > ul > li > a.blog::after, .header__inner .lr .right nav > ul > li > span.blog::after {
  background-image: url(../img/header/nav/txt-blog.svg);
  width: 56px;
}
.header__inner .lr .right nav > ul > li > a.company::after, .header__inner .lr .right nav > ul > li > span.company::after {
  background-image: url(../img/header/nav/txt-company.svg);
  width: 105px;
}
.header__inner .lr .right nav > ul > li > a.recruit::after, .header__inner .lr .right nav > ul > li > span.recruit::after {
  background-image: url(../img/header/nav/txt-recruit.svg);
  width: 95px;
}
.header__inner .lr .right nav > ul > li > a.contact::after, .header__inner .lr .right nav > ul > li > span.contact::after {
  background-image: url(../img/header/nav/txt-contact.svg);
  width: 100px;
}
.header__inner .lr .right nav > ul > li .megamenu {
  display: block;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.header__inner .lr .right nav > ul > li .megamenu.is-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.header__inner .lr .right nav > ul > li .megamenu .inner {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__inner .lr .right nav > ul > li .megamenu .inner ul {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.header__inner .lr .right nav > ul > li .megamenu .inner ul > li {
  width: 25%;
}
.header__inner .lr .right nav > ul > li .megamenu .inner ul > li > a .image {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.header__inner .lr .right nav > ul > li .megamenu .inner ul > li > a .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.header__inner .lr .right nav > ul > li .megamenu .inner ul > li > a .txt {
  margin-top: 13px;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #D80000;
  display: block;
  border-left: solid 4px #D80000;
  padding-left: 7px;
}
.header__inner .lr .right nav > ul > li .megamenu .inner ul > li > a:hover .image {
  opacity: 1;
}
.header__inner .lr .right nav > ul > li .megamenu .inner ul > li > a:hover .image img {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}
.header__inner .lr .right nav > ul > li .megamenu .inner ul > li > a:hover .txt {
  color: #D80000;
}
.header__inner .lr .right .contact-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 178px;
  height: 48px;
  background-color: #D80000;
}
.header__inner .lr .right .contact-btn a .icon {
  width: 33px;
  transform: translateY(2px);
}
.header__inner .lr .right .contact-btn a .txt {
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #fff;
  transform: translateY(-4px);
}
.header__inner .lr .right .contact-btn a .txt::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  height: 100%;
  background-image: url(../img/header/eng-contact.svg);
  background-size: 100% 100%;
}
.header__inner .lr .right .ham {
  display: none;
}
.header.white {
  background-color: rgb(255, 255, 255);
  transition: background-color 0.5s ease;
}
.header.white .header__inner .lr .left {
  display: flex;
  align-items: center;
  max-width: 650px;
}
.header.white .header__inner .lr .left .logo-gr .do {
  color: #000;
}
.header.white .header__inner .lr .right nav > ul > li > a, .header.white .header__inner .lr .right nav > ul > li > span {
  color: #000;
}
.header.white .header__inner .lr .right nav > ul > li > a.news::after, .header.white .header__inner .lr .right nav > ul > li > span.news::after {
  background-image: url(../img/header/nav/txt-news-black.svg);
}
.header.white .header__inner .lr .right nav > ul > li > a.service::after, .header.white .header__inner .lr .right nav > ul > li > span.service::after {
  background-image: url(../img/header/nav/txt-service-black.svg);
  opacity: 0.8;
}
.header.white .header__inner .lr .right nav > ul > li > a.projects::after, .header.white .header__inner .lr .right nav > ul > li > span.projects::after {
  background-image: url(../img/header/nav/txt-projects-black.svg);
  opacity: 0.8;
}
.header.white .header__inner .lr .right nav > ul > li > a.blog::after, .header.white .header__inner .lr .right nav > ul > li > span.blog::after {
  background-image: url(../img/header/nav/txt-blog-black.svg);
  opacity: 0.8;
}
.header.white .header__inner .lr .right nav > ul > li > a.company::after, .header.white .header__inner .lr .right nav > ul > li > span.company::after {
  background-image: url(../img/header/nav/txt-company-black.svg);
  opacity: 0.8;
}
.header.white .header__inner .lr .right nav > ul > li .megamenu {
  display: block;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.header.white .header__inner .lr .right nav > ul > li .megamenu.is-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.header.white .header__inner .lr .right nav > ul > li .megamenu .inner {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header.white .header__inner .lr .right nav > ul > li .megamenu .inner ul {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.header.white .header__inner .lr .right nav > ul > li .megamenu .inner ul > li {
  width: 25%;
}
.header.white .header__inner .lr .right nav > ul > li .megamenu .inner ul > li > a .image {
  width: 100%;
  aspect-ratio: 16/9;
}
.header.white .header__inner .lr .right nav > ul > li .megamenu .inner ul > li > a .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.header.white .header__inner .lr .right nav > ul > li .megamenu .inner ul > li > a .txt {
  margin-top: 13px;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #D80000;
  display: block;
  border-left: solid 4px #D80000;
  padding-left: 7px;
}

@media screen and (max-width: 768px) {
  .header {
    height: 48px;
    top: 13px;
  }
  .header__inner {
    padding: 12px 12px 12px 4px;
  }
  .header__inner .lr .left {
    position: relative;
    z-index: 10;
  }
  .header__inner .lr .left .logo-gr {
    width: auto;
  }
  .header__inner .lr .left .logo-gr .do {
    position: fixed;
    left: 0;
    top: 0;
    height: 21px;
    padding-left: 0px;
    font-size: 1rem;
    text-align: left;
    padding: 2.4px 10px;
    width: 100%;
    margin-bottom: 0;
    color: #fff;
    letter-spacing: 0.1em;
  }
  .header__inner .lr .left .logo-gr .logo {
    width: 100px;
    margin-right: 4px;
  }
  .header__inner .lr .left .logo-gr .name {
    width: 32px;
  }
  .header__inner .lr .left .logo-gr .copy {
    position: initial;
    width: 165px;
  }
  .header__inner .lr .right nav {
    padding: 96px 16px 40px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    background-color: #D80000;
    pointer-events: none;
    transform: translateY(-100%);
    transition: transform 0.3s ease, pointer-events 0.3s ease;
    display: block;
  }
  .header__inner .lr .right nav.is-active {
    pointer-events: auto;
    transform: translateY(0);
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .header__inner .lr .right nav > ul {
    display: block;
  }
  .header__inner .lr .right nav > ul > li {
    font-size: 1.5rem;
    width: 100%;
    display: block;
  }
  .header__inner .lr .right nav > ul > li > a, .header__inner .lr .right nav > ul > li > span {
    border-bottom: solid 1px #fff;
    display: block;
    padding: 12px 0;
  }
  .header__inner .lr .right nav > ul > li > a::after, .header__inner .lr .right nav > ul > li > span::after {
    content: "";
    position: absolute;
    transform: translateY(0%);
    left: initial;
    right: 0;
    top: 14px;
  }
  .header__inner .lr .right nav > ul > li > a.news::after, .header__inner .lr .right nav > ul > li > span.news::after {
    transform: translateY(-50%);
  }
  .header__inner .lr .right nav > ul > li .megamenu {
    position: initial;
    opacity: 1;
    pointer-events: initial;
    visibility: initial;
    padding-bottom: 8px;
  }
  .header__inner .lr .right nav > ul > li .megamenu.is-active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
  .header__inner .lr .right nav > ul > li .megamenu .inner {
    background-color: initial;
    border-radius: 0px;
    padding: 0px;
    display: block;
  }
  .header__inner .lr .right nav > ul > li .megamenu .inner ul {
    display: block;
  }
  .header__inner .lr .right nav > ul > li .megamenu .inner ul > li {
    width: 100%;
  }
  .header__inner .lr .right nav > ul > li .megamenu .inner ul > li > a .image {
    display: none;
  }
  .header__inner .lr .right nav > ul > li .megamenu .inner ul > li > a .txt {
    margin-top: 16px;
    font-size: 1.25rem;
    color: #fff;
    border-left: none;
    padding-left: 16px;
  }
  .header__inner .lr .right .contact-btn {
    margin-top: 0px;
    text-align: center;
  }
  .header__inner .lr .right .contact-btn a {
    margin: 0;
    position: fixed;
    top: 52px;
    right: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 40px;
    height: 40px;
    border: solid 1px #fff;
    border-radius: 50%;
  }
  .header__inner .lr .right .contact-btn a .icon {
    width: 19px;
  }
  .header__inner .lr .right .contact-btn a .txt {
    display: none;
  }
  .header__inner .lr .right .ham {
    position: fixed;
    right: 0;
    top: 0px;
    display: block;
    width: 44px;
    height: 44px;
    z-index: 100;
    background-color: #fff;
  }
  .header__inner .lr .right .ham span {
    background-color: #D80000;
    height: 1.5px;
    width: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .header__inner .lr .right .ham span:nth-of-type(1) {
    top: 40%;
  }
  .header__inner .lr .right .ham span:nth-of-type(2) {
    top: 60%;
  }
  .header__inner .lr .right .ham.is-active span {
    left: 25%;
    transform: translateX(0%);
  }
  .header__inner .lr .right .ham.is-active span:nth-of-type(1) {
    top: 50%;
    transform: translateX(0%) rotate(45deg);
  }
  .header__inner .lr .right .ham.is-active span:nth-of-type(2) {
    top: 50%;
    transform: translateX(0%) rotate(-45deg);
  }
  .header.white .header__inner .lr .left .logo-gr .do {
    background-color: #fff;
    transition: background-color 0.5s ease;
  }
}
.footer {
  padding: 80px 0;
  border-top: solid 2px #D80000;
  background-color: #fff;
}
.footer .lr {
  display: flex;
  justify-content: space-between;
}
.footer .lr .left {
  width: 50%;
}
.footer .lr .left .logo-gr {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer .lr .left .logo-gr .logo {
  width: 64px;
}
.footer .lr .left .logo-gr .logo img {
  width: 100%;
}
.footer .lr .left .logo-gr .name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
}
.footer .lr .left .address {
  margin-top: 16px;
  font-size: 1.5rem;
  font-weight: 400;
  color: #000;
}
.footer .lr .left .tel {
  margin-top: 4px;
  font-size: 1.5rem;
  font-weight: 400;
  color: #000;
}
.footer .lr .right {
  width: 50%;
}
.footer .lr .right nav {
  display: flex;
  justify-content: space-between;
}
.footer .lr .right nav .block--col {
  display: flex;
  gap: 24px;
}
.footer .lr .right nav .block span {
  color: #D80000;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.footer .lr .right nav .block ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer .lr .right nav .block ul li a {
  font-size: 1.5rem;
  font-weight: 400;
  color: #000;
}
.footer .copyright {
  display: block;
  margin-top: 40px;
  font-size: 1.3rem;
  font-weight: 400;
  color: #777777;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 0;
  }
  .footer .lr {
    display: block;
  }
  .footer .lr .left {
    width: 100%;
  }
  .footer .lr .left .logo-gr {
    display: block;
  }
  .footer .lr .left .logo-gr .logo {
    width: 64px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .lr .left .logo-gr .name {
    margin-top: 12px;
    font-size: 1.3rem;
    text-align: center;
    font-weight: 400;
  }
  .footer .lr .left .address {
    margin-top: 8px;
    font-size: 1.3rem;
    text-align: center;
  }
  .footer .lr .left .tel {
    margin-top: 2.4px;
    font-size: 1.3rem;
    text-align: center;
  }
  .footer .lr .right {
    margin-top: 24px;
    width: 100%;
  }
  .footer .lr .right nav {
    gap: 8px;
    flex-direction: column;
  }
  .footer .lr .right nav .block span {
    font-size: 1.3rem;
    margin-bottom: 8px;
    display: block;
  }
  .footer .lr .right nav .block ul {
    gap: 12px;
  }
  .footer .lr .right nav .block ul li a {
    font-size: 1.3rem;
    border-bottom: solid 1px #c3c3c3;
    display: block;
    padding-bottom: 8px;
  }
  .footer .lr .right nav .block--col {
    gap: 8px;
    display: block;
  }
  .footer .lr .right nav .block--col ul {
    background-color: #f4f4f4;
    padding: 12px;
  }
  .footer .lr .right nav .block--col ul li a {
    border-bottom: none;
    padding-bottom: 0;
  }
  .footer .copyright {
    display: block;
    margin-top: 24px;
    font-size: 1rem;
  }
}/*# sourceMappingURL=style.css.map */