.l_start {
  padding-top: 100px;
}
.l_start .heading-gr {
  padding-bottom: 40px;
}
.l_start .heading-gr h2 {
  width: 100%;
  font-size: 4.8rem;
  text-align: center;
  line-height: 1.5;
  font-weight: 800;
  letter-spacing: 0.05em;
}
.l_start .content .desc {
  text-align: center;
}

.l_do {
  position: relative;
  z-index: 0;
  margin-top: 100px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(../img/service/office/do/bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.l_do.outsourcing {
  background-image: url(../img/service/outsourcing/do/bg.jpg);
}
.l_do.logistics {
  background-image: url(../img/service/logistics/do/bg.jpg);
}
.l_do::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #D80000;
  opacity: 0.7;
  z-index: 1;
  mix-blend-mode: multiply;
}
.l_do .content {
  position: relative;
  z-index: 2;
}
.l_do .content .items ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 2%;
}
.l_do .content .items ul li {
  width: 32%;
  background-color: #fff;
  border-radius: 10px;
  padding: 24px;
}
.l_do .content .items ul li figure {
  position: relative;
  z-index: 0;
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #ddd;
  margin-bottom: 0;
}
.l_do .content .items ul li figure::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: #D80000;
  width: 64px;
  height: 64px;
}
.l_do .content .items ul li figure .num {
  position: absolute;
  z-index: 3;
  left: 4px;
  top: 4px;
}
.l_do .content .items ul li figure .num img {
  display: block;
}
.l_do .content .items ul li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.l_do .content .items ul li .upper {
  display: block;
  padding-top: 16px;
  font-size: 1.5rem;
  text-align: center;
}
.l_do .content .items ul li h3 {
  margin-top: 4px;
  font-size: 2rem;
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #D80000;
}

.l_content {
  padding-top: 80px;
}
.l_content .container {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  background-color: #F7F7F7;
  padding: 32px;
}
.l_content .container h3 {
  font-size: 2.8rem;
  font-weight: 700;
}
.l_content .container h4 {
  margin-top: 24px;
  font-size: 2rem;
  font-weight: 600;
  border-bottom: solid 1px #000;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.l_content .container ul {
  padding-left: 8px;
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}
.l_content .container ul li {
  position: relative;
  list-style: none;
  padding-left: 16px;
  font-size: 1.6rem;
}
.l_content .container ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #D80000;
  border-radius: 50%;
}
.l_content .container .note {
  padding-left: 24px;
  display: block;
  font-size: 1.3rem;
  color: #444444;
  margin-top: 14px;
}
.l_content .container .caution {
  margin-top: 24px;
  padding-left: 24px;
  font-size: 1.4rem;
}

.l_reasons {
  padding-top: 100px;
}
.l_reasons .heading-gr .lr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l_reasons .heading-gr .lr .left h2 {
  font-size: 5.2rem;
  font-weight: 700;
}
.l_reasons .heading-gr .lr .right .copy {
  font-size: 2.8rem;
  font-weight: 600;
  font-weight: 600;
  padding: 16px 32px;
  color: #000;
}
.l_reasons .content {
  margin-top: 56px;
}
.l_reasons .content .items ul {
  display: flex;
  flex-direction: column;
  gap: 48px 0;
}
.l_reasons .content .items ul li .lr {
  display: flex;
  justify-content: space-between;
}
.l_reasons .content .items ul li .lr .left {
  width: 44.75%;
}
.l_reasons .content .items ul li .lr .left .image {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #ddd;
  margin-bottom: 0;
}
.l_reasons .content .items ul li .lr .left .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.l_reasons .content .items ul li .lr .left .image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 59px;
  height: 59px;
  background-color: #D80000;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.l_reasons .content .items ul li .lr .right {
  width: 50.75%;
}
.l_reasons .content .items ul li .lr .right h3 {
  font-size: 3.2rem;
  color: #D80000;
  border-left: solid 11px #D80000;
  padding-left: 24px;
  margin-bottom: 24px;
  line-height: 1.8;
}
.l_reasons .content .items ul li .lr .right .desc {
  font-size: 1.6rem;
  line-height: 2;
}

.l_scene {
  margin-top: 100px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #D80000;
}
.l_scene .heading-gr {
  text-align: center;
}
.l_scene .heading-gr h2 {
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 700;
  border-bottom: solid 1px #fff;
  padding-bottom: 8px;
  color: #fff;
}
.l_scene .content {
  border-radius: 20px;
  padding: 40px;
  background-color: #fff;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 56px;
}
.l_scene .content .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 48px 0;
}
.l_scene .content .items ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 48px 3%;
}
.l_scene .content .items ul li {
  width: 22%;
}
.l_scene .content .items ul li figure {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #ddd;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0;
}
.l_scene .content .items ul li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #ddd;
  display: block;
}
.l_scene .content .items ul li h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size: 1.8rem;
  color: #D80000;
  margin-top: 12px;
  margin-bottom: 8px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.l_scene .content .items ul li .desc {
  font-size: 1.3rem;
}
.l_scene .content .items ul li .copy {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 600;
  padding: 16px 32px;
  color: #000;
}

.l_projects {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #F2F2F2;
}
.l_projects__heading-gr {
  padding-bottom: 80px;
}
.l_projects__heading-gr .lr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l_projects__heading-gr .lr .left {
  width: auto;
  display: flex;
  align-items: center;
  gap: 40px;
}
.l_projects__heading-gr .lr .left .jpn {
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}
.l_projects__heading-gr .lr .right {
  width: auto;
}
.l_projects__content .items {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 1.3%;
}
.l_projects__content .btn {
  margin-top: 64px;
  text-align: center;
}

.l_flow {
  padding-top: 160px;
}
.l_flow .heading-gr {
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l_flow .heading-gr .jpn {
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}
.l_flow .heading-gr .eng {
  margin-top: 16px;
  max-width: 172px;
  width: 100%;
  display: block;
}
.l_flow .heading-gr .eng img {
  width: 100%;
  display: block;
}
.l_flow .content ol {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 48px 0;
}
.l_flow .content ol li {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.l_flow .content ol li::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 36px;
  bottom: -48px;
  width: 2px;
  background-image: url(../img/service/office/flow/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #eee;
  height: calc(100% - 24px);
  border-radius: 13px;
}
.l_flow .content ol li:last-of-type::after {
  display: none;
}
.l_flow .content ol li .num {
  position: relative;
  z-index: 3;
  border-radius: 50%;
  display: inline-block;
  width: 75px;
  height: 75px;
  border: solid 1px #D80000;
  color: #D80000;
  font-size: 4rem;
  background-color: #fff;
  text-align: center;
  font-weight: 900;
  line-height: 70px;
}
.l_flow .content ol li .content-gr {
  width: calc(100% - 75px);
  padding-left: 40px;
}
.l_flow .content ol li .content-gr h3 {
  font-size: 2.4rem;
  color: #D80000;
  margin-bottom: 16px;
  border-bottom: solid 1px #D80000;
  padding-bottom: 8px;
}
.l_flow .content ol li .content-gr .desc .note {
  display: block;
  font-size: 1.4rem;
  color: #444444;
  margin-top: 8px;
}

.l_faq {
  background-color: #fff;
  padding-top: 160px;
  padding-bottom: 160px;
}
.l_faq__heading-gr {
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l_faq__heading-gr .jpn {
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}
.l_faq__heading-gr .eng {
  margin-top: 16px;
  max-width: 149px;
  width: 100%;
  display: block;
}
.l_faq__heading-gr .eng img {
  width: 100%;
  display: block;
}
.l_faq__content dl dt {
  position: relative;
  background-color: #F2F2F2;
  padding: 22px 24px 22px 80px;
  font-size: 2.4rem;
  color: #D80000;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.1;
  border-radius: 1000px;
}
.l_faq__content dl dt::before {
  content: "";
  background-image: url(../img/service/office/faq/icon-q.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.l_faq__content dl dd {
  position: relative;
  padding: 22px 24px 22px 80px;
  font-size: 1.6rem;
  color: #000;
  line-height: 2.4;
}
.l_faq__content dl dd::before {
  content: "";
  background-image: url(../img/service/office/faq/icon-a.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 24px;
  top: 43px;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .l_start {
    padding-top: 40px;
  }
  .l_start .heading-gr {
    padding-bottom: 24px;
  }
  .l_start .heading-gr h2 {
    font-size: 2.8rem;
  }
  .l_start .content .desc {
    text-align: center;
  }
  .l_do {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .l_do .content .items ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px 0;
  }
  .l_do .content .items ul li {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 16px 16px;
  }
  .l_do .content .items ul li figure::before {
    width: 48px;
    height: 48px;
  }
  .l_do .content .items ul li figure .num {
    position: absolute;
    z-index: 3;
    left: 4px;
    top: 4px;
  }
  .l_do .content .items ul li figure .num img {
    display: block;
    width: 48px;
  }
  .l_do .content .items ul li .upper {
    padding-top: 8px;
    font-size: 1.2rem;
  }
  .l_do .content .items ul li h3 {
    margin-top: 4px;
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
  .l_content {
    padding-top: 40px;
  }
  .l_content .container {
    padding: 32px 16px;
  }
  .l_content .container h3 {
    font-size: 2rem;
  }
  .l_content .container h4 {
    margin-top: 24px;
    font-size: 1.6rem;
    padding-bottom: 4px;
    margin-bottom: 8px;
  }
  .l_content .container ul {
    padding-left: 4px;
    gap: 8px 0;
  }
  .l_content .container ul li {
    padding-left: 16px;
    font-size: 1.4rem;
  }
  .l_content .container ul li::before {
    top: 7px;
  }
  .l_content .container .caution {
    margin-top: 16px;
    padding-left: 16px;
    font-size: 1.25rem;
  }
  .l_reasons {
    padding-top: 40px;
  }
  .l_reasons .heading-gr .lr {
    flex-direction: column;
    gap: 12px 0;
  }
  .l_reasons .heading-gr .lr .left h2 {
    font-size: 3.2rem;
    font-weight: 700;
    text-align: left;
  }
  .l_reasons .heading-gr .lr .right .copy {
    font-size: 2.4rem;
    margin-top: 12px;
    padding: 0;
  }
  .l_reasons .content {
    margin-top: 28px;
  }
  .l_reasons .content .items ul {
    gap: 24px 0;
  }
  .l_reasons .content .items ul li .lr {
    flex-direction: column;
    gap: 12px 0;
  }
  .l_reasons .content .items ul li .lr .left {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .l_reasons .content .items ul li .lr .left .image::after {
    width: 32px;
    height: 32px;
  }
  .l_reasons .content .items ul li .lr .right {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .l_reasons .content .items ul li .lr .right h3 {
    font-size: 2.4rem;
    border-left: solid 6.5px #D80000;
    padding-left: 13px;
    line-height: 1.55;
    margin-bottom: 12px;
  }
  .l_reasons .content .items ul li .lr .right .desc {
    font-size: 1.3rem;
    line-height: 1.7;
  }
  .l_scene {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .l_scene .heading-gr h2 {
    font-size: 2.8rem;
    padding-bottom: 4px;
  }
  .l_scene .content {
    border-radius: 10px;
    padding: 24px 16px;
    margin-top: 28px;
  }
  .l_scene .content .items {
    gap: 24px 0;
  }
  .l_scene .content .items ul {
    display: flex;
    justify-content: space-between;
    gap: 16px 0%;
  }
  .l_scene .content .items ul li {
    width: 48.75%;
  }
  .l_scene .content .items ul li figure {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .l_scene .content .items ul li h3 {
    font-size: 1.5rem;
    margin-top: 6.5px;
    margin-bottom: 4px;
  }
  .l_scene .content .items ul li .desc {
    font-size: 1.1rem;
  }
  .l_scene .content .items ul li .copy {
    font-size: 1.4rem;
    font-weight: 600;
    padding: 16px 0;
  }
  .l_projects {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .l_projects__heading-gr {
    padding-bottom: 24px;
  }
  .l_projects__heading-gr .lr {
    display: block;
  }
  .l_projects__heading-gr .lr .left {
    display: block;
  }
  .l_projects__heading-gr .lr .left .jpn {
    margin-top: 5px;
    margin-bottom: 24px;
    font-size: 3.8rem;
  }
  .l_projects__content .items {
    gap: 24px 0;
    justify-content: space-between;
  }
  .l_projects__content .btn {
    margin-top: 40px;
  }
  .l_flow {
    padding-top: 40px;
  }
  .l_flow .heading-gr {
    padding-bottom: 40px;
  }
  .l_flow .heading-gr .jpn {
    font-size: 2.4rem;
  }
  .l_flow .heading-gr .eng {
    margin-top: 8px;
    max-width: 102px;
  }
  .l_flow .content ol {
    gap: 24px 0;
  }
  .l_flow .content ol li::after {
    left: 20px;
    bottom: -24px;
    width: 1.5px;
    height: calc(100% - 12px);
  }
  .l_flow .content ol li .num {
    width: 40px;
    height: 40px;
    font-size: 2rem;
    line-height: 36px;
  }
  .l_flow .content ol li .content-gr {
    width: calc(100% - 40px);
    padding-left: 16px;
  }
  .l_flow .content ol li .content-gr h3 {
    font-size: 1.8rem;
    margin-bottom: 8px;
    padding-bottom: 4px;
  }
  .l_faq {
    padding: 40px 0;
  }
  .l_faq__heading-gr {
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .l_faq__heading-gr .jpn {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
  }
  .l_faq__heading-gr .eng {
    margin-top: 8px;
    max-width: 92px;
  }
  .l_faq__content {
    margin-top: 0;
  }
  .l_faq__content dl dt {
    padding: 12px 16px 12px 46px;
    font-size: 1.6rem;
    line-height: 1.55;
  }
  .l_faq__content dl dt::before {
    width: 24px;
    height: 24px;
    left: 12px;
  }
  .l_faq__content dl dd {
    padding: 12px 24px 22px 42px;
    font-size: 1.3rem;
    line-height: 2;
  }
  .l_faq__content dl dd::before {
    top: 26px;
    width: 24px;
    height: 24px;
    left: 12px;
  }
}/*# sourceMappingURL=service.css.map */