@charset "UTF-8";
/* ==========================================================================//
//
// 事業紹介
//
// ========================================================================== */
/* lead
---------------------------------------------------------- */
.sec_lead {
  padding: 40px 0;
}
@media all and (min-width: 751px) {
  .sec_lead {
    background-image: url(../images/company/service/bg_wave01_pc.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    padding: 80px 0;
  }
}
.sec_lead .sub_copy {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
}
@media all and (min-width: 751px) {
  .sec_lead .sub_copy {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .sec_lead .sub_copy {
    font-size: 20px;
  }
}
.sec_lead .sub_copy span {
  color: #fff;
  background-color: #d63032;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 4px 8px;
}
.sec_lead .copy {
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.02em;
  line-height: 1.54;
  margin-bottom: 18px;
}
@media all and (min-width: 751px) {
  .sec_lead .copy {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .sec_lead .copy {
    font-size: 26px;
  }
}
.sec_lead .text {
  line-height: 1.78;
  letter-spacing: 0.03em;
}
@media all and (min-width: 751px) {
  .sec_lead .text {
    text-align: center;
    font-size: 17px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .sec_lead .text {
    font-size: 15px;
  }
}

/* link
---------------------------------------------------------- */
.link_area {
  background-color: #2f2826;
  background-image: url(../images/common/bg_pattern01.png);
  background-size: 42px auto;
  padding: 34px 0;
}
@media all and (min-width: 751px) {
  .link_area {
    background-size: 73px auto;
    padding: 72px 0;
  }
}
.link_area .list {
  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;
  gap: 15px;
}
@media all and (min-width: 751px) {
  .link_area .list {
    gap: 20px;
  }
}
.link_area .list > li {
  width: min(360px, 100%);
}
@media all and (min-width: 751px) {
  .link_area .list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .link_area .list > li.js_scroll:nth-child(2) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .link_area .list > li.js_scroll:nth-child(3) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .link_area .list > li.js_scroll:nth-child(4) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .link_area .list > li.js_scroll:nth-child(5) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .link_area .list > li.js_scroll:nth-child(6) {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  .link_area .list > li.js_scroll:nth-child(7) {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
}
.link_area .list > li a {
  display: block;
  background-color: #fff;
  padding: 17px 10px;
  border-radius: 6px;
}
@media all and (min-width: 751px) {
  .link_area .list > li a {
    border-radius: 10px;
  }
}
@media all and (min-width: 751px) {
  .link_area .list > li a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 22px 18px 22px 22px;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .link_area .list > li a {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  .link_area .list > li a:hover {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
.link_area .list > li .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
@media all and (min-width: 751px) {
  .link_area .list > li .wrap {
    gap: 11px;
  }
}
.link_area .list > li .image {
  width: 102px;
}
@media all and (min-width: 751px) {
  .link_area .list > li .image {
    width: 122px;
  }
}
.link_area .list > li .image img {
  border-radius: 4px;
}
.link_area .list > li .texts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.link_area .list > li .texts .heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 11px;
  letter-spacing: 0.02em;
  border: 1px solid #2e2725;
  border-radius: 2px;
  padding: 3px 8px 4px;
}
@media all and (min-width: 751px) {
  .link_area .list > li .texts .heading {
    font-size: 12px;
  }
}
.link_area .list > li .texts .copy {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.42;
  margin-top: 5px;
}
@media all and (min-width: 751px) {
  .link_area .list > li .texts .copy {
    font-size: 16px;
    line-height: 1.56;
    margin-top: 6px;
  }
}
.link_area .list > li .texts .btn {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  background-color: #d63032;
  border-radius: 60px;
  padding: 7px 20px 7px 14px;
  margin-top: 10px;
}
@media all and (min-width: 751px) {
  .link_area .list > li .texts .btn {
    font-size: 12px;
    padding: 8px 25px 8px 17px;
    margin-top: 12px;
  }
}
.link_area .list > li .texts .btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  aspect-ratio: 1;
  width: 9px;
  background-image: url(../images/common/arrow01.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media all and (min-width: 751px) {
  .link_area .list > li .texts .btn::before {
    width: 11px;
  }
}

/* contents area
---------------------------------------------------------- */
.contents_area {
  counter-reset: number;
  padding: 40px 0;
}
@media all and (min-width: 751px) {
  .contents_area {
    background-image: url(../images/company/service/bg_wave02_pc.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    padding: 100px 0 120px;
  }
}
.contents_area .section {
  counter-increment: number;
  background-color: #fff;
  padding: 20px 20px 25px;
  border-radius: 6px;
}
@media all and (min-width: 751px) {
  .contents_area .section {
    border-radius: 10px;
  }
}
@media all and (min-width: 751px) {
  .contents_area .section {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 45px 6.8% 60px;
  }
}
.contents_area .section .sec_ttl {
  text-align: center;
  font-size: 18px;
}
@media all and (min-width: 751px) {
  .contents_area .section .sec_ttl {
    font-size: 26px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .contents_area .section .sec_ttl {
    font-size: 22px;
  }
}
.contents_area .section .sec_ttl span {
  display: inline-block;
  letter-spacing: 0.02em;
  border: 1px solid #2e2725;
  border-radius: 2px;
  padding: 3px 8px 4px;
}
.contents_area .section .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 14px;
}
@media all and (min-width: 751px) {
  .contents_area .section .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    margin-top: 36px;
  }
}
.contents_area .section .image {
  position: relative;
}
@media all and (max-width: 750px) {
  .contents_area .section .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media all and (min-width: 751px) {
  .contents_area .section .image {
    width: 53%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .contents_area .section .image {
    width: 48%;
  }
}
.contents_area .section .image img {
  border-radius: 6px;
}
@media all and (min-width: 751px) {
  .contents_area .section .image img {
    border-radius: 10px;
  }
}
.contents_area .section .image .number {
  position: absolute;
  top: -30px;
  right: -4px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-weight: bold;
  color: #d63032;
  line-height: 0.9;
  font-size: 10px;
  border-bottom: 4px solid #d63032;
}
@media all and (min-width: 751px) {
  .contents_area .section .image .number {
    right: -19px;
    font-size: 18px;
    border-bottom-width: 8px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .contents_area .section .image .number {
    font-size: 14px;
  }
}
.contents_area .section .image .number::after {
  content: counter(number, decimal-leading-zero);
  display: block;
  font-size: 3.4em;
  letter-spacing: 0.02em;
}
@media all and (max-width: 750px) {
  .contents_area .section .texts {
    display: contents;
  }
}
@media all and (min-width: 751px) {
  .contents_area .section .texts {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.contents_area .section .texts p:not(:last-child) {
  margin-bottom: 1em;
}
.contents_area .section .copy {
  position: relative;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.35;
  padding-left: 10px;
  margin-bottom: 7px;
}
@media all and (min-width: 751px) {
  .contents_area .section .copy {
    font-size: 28px;
    padding-left: 13px;
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .contents_area .section .copy {
    font-size: 22px;
    margin-bottom: 18px;
  }
}
.contents_area .section .copy::before {
  position: absolute;
  content: "";
  top: 0.2em;
  left: 0;
  width: 3px;
  height: 1em;
  background-color: #d63032;
}
@media all and (min-width: 751px) {
  .contents_area .section .copy::before {
    width: 4px;
  }
}
.contents_area .section .text {
  line-height: 1.85;
  letter-spacing: 0.03em;
}
@media all and (max-width: 750px) {
  .contents_area .section .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 15px;
  }
}
@media all and (min-width: 751px) {
  .contents_area .section .text {
    font-size: 17px;
    line-height: 2.11;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .contents_area .section .text {
    font-size: 15px;
  }
}
.contents_area .section:not(:last-child) {
  margin-bottom: 30px;
}
@media all and (min-width: 751px) {
  .contents_area .section:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media all and (min-width: 751px) {
  .contents_area .section:nth-child(odd) .image .number {
    right: auto;
    left: -19px;
  }
}
@media all and (min-width: 751px) {
  .contents_area .section:nth-child(even) .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}