#c-heading .sec-deco {
  position: absolute;
  top: calc(100% - 17.8rem);
  left: 0;
  width: 100%;
  z-index: -2;
}
#c-heading .sec-deco .content::before, #c-heading .sec-deco .content::after {
  content: "";
  position: absolute;
  background: url(../img/service/heading-deco-1.png) center/contain no-repeat;
}
#c-heading .sec-deco .content::before {
  top: 0;
  left: 25.3rem;
  width: 29rem;
  height: 31.2rem;
}
#c-heading .sec-deco .content::after {
  top: 100px;
  left: 78.5rem;
  width: 33.4rem;
  height: 27.8rem;
  background-image: url(../img/service/heading-deco-2.png);
}
@media print, screen and (max-width: 1024px) {
  #c-heading .sec-deco {
    top: calc(100% - 40px);
  }
  #c-heading .sec-deco .content::before {
    left: 16.5vw;
    width: 28.63vw;
    max-width: 144px;
    height: 30.78vw;
    max-height: 154px;
  }
  #c-heading .sec-deco .content::after {
    top: 30px;
    left: 58.25vw;
    width: 33.04vw;
    max-width: 165px;
    height: 27.47vw;
    max-height: 137px;
  }
}
@media only screen and (max-width: 768px) {
  #c-heading .sec-deco {
    top: calc(100% - 10vw);
  }
  #c-heading .sec-deco .content::before {
    left: 16.5vw;
  }
  #c-heading .sec-deco .content::after {
    top: 7.5vw;
    left: 58.25vw;
  }
}

#introduction {
  padding-top: 210px;
}
#introduction .sec-text {
  font-size: 28px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 85px;
}
#introduction .sec-text p + p {
  margin-top: 2em;
}
#introduction .sec-text .u-line {
  margin-bottom: 1.4rem;
}
@media print, screen and (max-width: 1024px) {
  #introduction {
    padding-top: 170px;
  }
  #introduction .sec-text {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  #introduction {
    padding-top: 140px;
  }
  #introduction .sec-text {
    font-size: 16px;
    margin-bottom: 80px;
  }
  #introduction .sec-text .u-line {
    margin-bottom: 6px;
    font-size: clamp(16px, 1.9rem, 19px);
  }
}

#anchor {
  margin-bottom: 240px;
}
#anchor .sec-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
#anchor .sec-list .item {
  display: flex;
  flex-direction: column;
}
#anchor .sec-list .item:hover .title .arw::before {
  background-image: url(../img/common/icon-arrow-white.svg);
}
#anchor .sec-list .item:hover .title .arw::after {
  opacity: 1;
}
#anchor .sec-list .image {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 114.37%;
}
#anchor .sec-list .image img {
  position: absolute;
  top: 0;
  left: 0;
}
#anchor .sec-list .texts-wrap {
  padding: 0 8px;
  font-weight: 500;
}
#anchor .sec-list .title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid #241915;
  padding: 18px 0;
  margin-bottom: 16px;
}
#anchor .sec-list .title .arw {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 43px;
  height: 100%;
  background: url(../img/common/icon-ellipse-gray.svg) center/contain no-repeat;
}
#anchor .sec-list .title .arw::before, #anchor .sec-list .title .arw::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
#anchor .sec-list .title .arw::before {
  position: relative;
  margin-top: -1px;
  background: url(../img/common/icon-arrow.svg) center/10px no-repeat;
  transform: rotate(90deg);
  z-index: 2;
}
#anchor .sec-list .title .arw::after {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/icon-ellipse.svg) center/contain no-repeat;
  opacity: 0;
  transition: opacity 0.3s;
}
@media print, screen and (max-width: 1024px) {
  #anchor {
    margin-bottom: 160px;
  }
  #anchor .sec-list {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px 0;
  }
}
@media only screen and (max-width: 768px) {
  #anchor {
    margin-bottom: 80px;
  }
  #anchor .sec-list {
    gap: 20px 16px;
  }
  #anchor .sec-list .image {
    margin-bottom: 0;
    padding-top: 56.81%;
    order: 2;
  }
  #anchor .sec-list .texts-wrap {
    padding: 0;
    order: 1;
    margin-bottom: 16px;
  }
  #anchor .sec-list .title {
    padding: 25px 50px 25px 2px;
  }
  #anchor .sec-list .title .arw {
    right: 4px;
  }
}

#service {
  margin-bottom: 190px;
}
#service .sec-inner {
  margin-bottom: 90px;
}
#service .sec-box {
  padding: 112px 15px;
}
#service .sec-box-inner {
  max-width: 1140px;
  margin: 0 auto;
}
#service .sec-text {
  margin-bottom: 40px;
  font-weight: 500;
}
#service .sec-points + .sec-subtit {
  margin-top: 80px;
}
#service .sec-process {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 64px 3.7%;
  text-align: center;
}
#service .sec-process .item {
  position: relative;
  min-width: 0;
  padding: 4px 0;
  aspect-ratio: 194/186.79;
}
#service .sec-process .item::before {
  content: "";
  position: absolute;
  top: 0;
  right: -15%;
  width: 7.73%;
  height: 100%;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2215%22%20height%3D%2218%22%20viewBox%3D%220%200%2015%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M15%208.66016L-8.15666e-07%2017.3204L-5.85621e-08%20-9.88841e-05L15%208.66016Z%22%20fill%3D%22url(%23paint0_linear_605_3115)%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_605_3115%22%20x1%3D%225%22%20y1%3D%2218.6602%22%20x2%3D%225%22%20y2%3D%22-1.33984%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23008DD4%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%233A982A%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E") center/contain no-repeat;
}
#service .sec-process .num, #service .sec-process .title {
  display: block;
  background: linear-gradient(90deg, #3A982A 0%, #008DD4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: bold;
  line-height: 1.2;
}
#service .sec-process .image {
  height: 48.18%;
  margin: 0.7rem auto 2rem;
}
#service .sec-process svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#service .sec-process svg rect {
  stroke-dashoffset: 703.4865112305px;
  stroke-dasharray: 703.4865112305px;
  transition: stroke-dashoffset 1s ease-out 0.8s;
}
#service .sec-process.inview svg rect {
  stroke-dashoffset: 0;
}
@media print, screen and (min-width: 769px) {
  #service .sec-process .item:nth-child(1) {
    order: 1;
  }
  #service .sec-process .item:nth-child(2) {
    order: 2;
  }
  #service .sec-process .item:nth-child(3) {
    order: 3;
  }
  #service .sec-process .item:nth-child(4) {
    order: 4;
  }
  #service .sec-process .item:nth-child(5) {
    order: 5;
  }
  #service .sec-process .item:nth-child(5)::before {
    top: calc(52% + 28px);
    right: 45%;
    transform: rotate(90deg);
  }
  #service .sec-process .item:nth-child(6) {
    order: 10;
  }
  #service .sec-process .item:nth-child(7) {
    order: 9;
  }
  #service .sec-process .item:nth-child(8) {
    order: 8;
  }
  #service .sec-process .item:nth-child(9) {
    order: 7;
  }
  #service .sec-process .item:nth-child(10) {
    order: 6;
  }
  #service .sec-process .item:nth-child(6)::before, #service .sec-process .item:nth-child(10)::before {
    content: none;
  }
  #service .sec-process .item:nth-child(6)::before, #service .sec-process .item:nth-child(7)::before, #service .sec-process .item:nth-child(8)::before, #service .sec-process .item:nth-child(9)::before, #service .sec-process .item:nth-child(10)::before {
    transform: rotate(180deg);
  }
}
@media print, screen and (max-width: 1024px) {
  #service .sec-process {
    row-gap: 4rem;
  }
  #service .sec-process .item:nth-child(5)::before {
    top: calc(50% + 2rem);
  }
  #service .sec-process .image {
    height: 50%;
    margin: 0 auto 1rem;
  }
  #service .sec-process .title {
    font-size: 14px;
    font-size: clamp(14px, 1.76vw, 16px);
  }
}
@media only screen and (max-width: 768px) {
  #service .sec-process {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 3.53%;
  }
  #service .sec-process .item::before {
    top: 0 !important;
    right: 102%;
    width: 6%;
  }
  #service .sec-process .item:first-child::before {
    content: none !important;
  }
  #service .sec-process .item:last-child {
    display: none;
  }
  #service .sec-process .num {
    font-size: 3.88vw;
  }
  #service .sec-process .image {
    height: 48.18%;
    margin: 0 auto;
  }
  #service .sec-process .title {
    font-size: 3.39vw;
    font-size: clamp(0px, 3.39vw, 20px);
  }
}
#service .sec-img {
  width: 100%;
  height: 497px;
  max-height: 40vw;
  margin-top: -65px;
}
#service .sec-img + .sec-box {
  margin-top: 167px;
}
#service .sec-bnr {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  margin: 90px auto 0;
  padding: 30px 8.5rem 30px 6.8rem;
  background: linear-gradient(90deg, #3A982A 0%, #008DD4 100%);
  border-radius: 4px;
}
#service .sec-bnr .bnr-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-top: 28px;
  color: #FFFFFF;
}
#service .sec-bnr .bnr-title {
  margin-bottom: 32px;
}
#service .sec-bnr .bnr-catch {
  font-size: 24px;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 700;
  line-height: 2;
  margin-bottom: 32px;
}
#service .sec-bnr .bnr-text {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 37px;
}
#service .sec-bnr .bnr-image {
  max-width: 536px;
  width: 100%;
}
#service .sec-bnr .bnr-btn {
  width: 334px;
  min-width: auto;
}
@media print, screen and (max-width: 1024px) {
  #service {
    margin-bottom: 120px;
  }
  #service .sec-inner {
    margin-bottom: 45px;
  }
  #service .sec-box {
    padding: 80px 15px;
  }
  #service .sec-points + .sec-subtit {
    margin-top: 60px;
  }
  #service .sec-img + .sec-box {
    margin-top: 90px;
  }
  #service .sec-bnr {
    gap: 0 20px;
    margin: 60px auto 0;
    padding: 30px 20px;
  }
  #service .sec-bnr .bnr-box {
    padding-top: 0;
  }
  #service .sec-bnr .bnr-catch {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #service {
    margin-bottom: 50px;
  }
  #service .sec-inner {
    margin-bottom: 0;
  }
  #service .sec-box {
    padding: 50px 15px;
  }
  #service .sec-points + .sec-subtit {
    margin-top: 40px;
  }
  #service .sec-img {
    height: auto;
    max-height: auto;
    aspect-ratio: 322/112;
    margin-top: 40px;
  }
  #service .sec-img + .sec-box {
    margin-top: 30px;
  }
  #service .sec-bnr {
    flex-direction: column;
    margin: 30px auto 0;
    padding: 50px 15px;
    border-radius: 24px;
  }
  #service .sec-bnr .bnr-catch {
    font-size: 23px;
    margin-bottom: 8px;
  }
  #service .sec-bnr .bnr-text {
    line-height: 1.8;
  }
  #service .sec-bnr .bnr-image {
    max-width: 400px;
    width: 100%;
    margin: 0 auto 36px;
  }
  #service .sec-bnr .bnr-btn {
    width: 100%;
    max-width: 298px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 94px;
  }
  #service .sec-bnr .bnr-btn .arw {
    right: 30px;
  }
}/*# sourceMappingURL=service.css.map */