.c-page-header {
  z-index: 2
}

.c-page-header__dl {
  margin-bottom: 0;
  max-height: none;
  height: auto;
}

.c-page-header__dl .c-page-header__inner {
  display: block;
  text-align: center;
  padding-bottom: 80px;
}

.c-page-header__dl .c-page-header__title {
  margin-bottom: 28px;
}

.c-page-header__text {
  color: #fff;
  line-height: 1.6;
}

@media (max-width:52.1875em) {
  .c-page-header__text {
    font-size: 14px;
  }
}

.c-button-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 46px;
  position: relative;
  z-index: 1;
}

@media (max-width:52.1875em) {
  .c-button-group {
    margin-top: 40px;
    gap: 5px;
    margin-inline: -10px;
  }
}

.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 0;
  transition: all 0.3s ease;
  width: 260px;
  background-repeat: no-repeat;
  background-position: right 18px center;
  border: 1px solid #fff;
  transition: background-color 0.3s;
}

@media (max-width:52.1875em) {
  .c-button {
    font-size: 3.4vw;
    padding: 12px 40px 12px 20px;
    background-position: center right 10px;
  }
}

.c-button.--wide {
  width: 400px;
}

@media (max-width:52.1875em) {
  .c-button.--wide {
    width: 100%;
  }
}

.c-button__icon {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
}

.c-button--black {
  color: #fff;
  background-color: #050505;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_29%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2029%22%20transform%3D%22translate(-277%20-259)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_29%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2029%22%20width%3D%2220%22%20height%3D%2220%22%20rx%3D%222%22%20transform%3D%22translate(277%20259)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22arrow%22%20d%3D%22M3.6.176a.553.553%2C0%2C0%2C1%2C.809%2C0l3.427%2C3.6a.622.622%2C0%2C0%2C1%2C0%2C.849.553.553%2C0%2C0%2C1-.809%2C0L4%2C1.449.976%2C4.622a.553.553%2C0%2C0%2C1-.809%2C0%2C.622.622%2C0%2C0%2C1%2C0-.849L3.595.174Z%22%20transform%3D%22translate(289.8%20265)%20rotate(90)%22%20fill%3D%22%23050505%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
}

.c-button--white {
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%20%3Cg%20id%3D%22arrowbtn%22%20transform%3D%22translate(-952%20-357)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_29%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2029%22%20width%3D%2220%22%20height%3D%2220%22%20rx%3D%222%22%20transform%3D%22translate(952%20357)%22%20fill%3D%22%23050505%22%2F%3E%20%3Cpath%20id%3D%22arrow%22%20d%3D%22M3.6.176a.553.553%2C0%2C0%2C1%2C.809%2C0l3.427%2C3.6a.622.622%2C0%2C0%2C1%2C0%2C.849.553.553%2C0%2C0%2C1-.809%2C0L4%2C1.449.976%2C4.622a.553.553%2C0%2C0%2C1-.809%2C0%2C.622.622%2C0%2C0%2C1%2C0-.849L3.595.174Z%22%20transform%3D%22translate(964.8%20363)%20rotate(90)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
}

/* ========================================== */
/* サービス ================================== */
/* ========================================== */
.service-about {
  padding: 60px 0;
  background-color: #fff;
}

.service-inner {
  margin: 0 auto;
  width: 88.4057971014vw;
  position: relative;
  z-index: 4
}

.service-about h2 {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
}

@media (max-width:52.1875em) {
  .service-about h2 {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}

.service-about h2::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  display: block;
  width: 60px;
  height: 4px;
  background: #EA5506;
}

@media (max-width:52.1875em) {
  .service-about h2::before {
    width: 50px;
  }
}

.service-about .lead {
  font-size: 16px;
  line-height: 1.8;
  max-width: 830px;
  margin: 0 auto 32px;
}

@media (max-width:52.1875em) {
  .service-about .lead {
    font-size: 14px;
  }
}

.service-about .about-image {
  max-width: 100%;
  width: 100%;
  display: block;
  overflow: hidden;
}

.service-about .about-image img {
  width: 100%;
  height: auto;
  display: block;
}

.zoom-text {
  align-items: center;
  bottom: 7.9710144928vw;
  display: flex;
  font-size: 3.1400966184vw;
  font-weight: 400;
  justify-content: flex-end;
  line-height: 1.8;
}

.zoom-text img {
  height: 5.3140096618vw;
  margin-right: 2.4154589372vw;
  width: 5.3140096618vw;
}

/* ========================================== */
/* こんな課題ありませんか？==================== */
/* ========================================== */

.recommend {
  margin-bottom: 16.9082125604vw
}

@media (min-width:52.1875em) {
  .recommend {
    margin-bottom: 6.9444444444vw
  }
}

@media (min-width:90em) {
  .recommend {
    margin-bottom: 100px
  }
}

.recommend__inner {
  margin: 0 auto;
  max-width: 88.4057971014vw
}

@media (min-width:52.1875em) {
  .recommend__inner {
    max-width: 83.3333333333vw
  }
}

@media (min-width:90em) {
  .recommend__inner {
    max-width: 1200px
  }
}

.recommend__inner .recommend__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center
}

@media (min-width:52.1875em) {
  .recommend__inner .recommend__title {
    font-size: 1.6666666667vw;
    margin-bottom: 4.375vw
  }
}

@media (min-width:90em) {
  .recommend__inner .recommend__title {
    font-size: 24px;
    margin-bottom: 63px
  }
}

.recommend__inner .recommend__contents {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative
}

@media (min-width:52.1875em) {
  .recommend__inner .recommend__contents {
    flex-direction: row;
    justify-content: center
  }
}

.recommend__inner .recommend__contents .recommend__logo {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%)
}

@media (min-width:52.1875em) {
  .recommend__inner .recommend__contents .recommend__logo {
    top: 50%;
    transform: translate(-50%, calc(-50% + 2.29167vw));
    width: 52.5%
  }
}

@media (min-width:90em) {
  .recommend__inner .recommend__contents .recommend__logo {
    transform: translate(-50%, calc(-50% + 33px))
  }
}

.recommend__inner .recommend__contents .recommend__item {
  position: relative
}

@media (min-width:52.1875em) {
  .recommend__inner .recommend__contents .recommend__item {
    width: calc(25% - 1.92708vw)
  }
}

@media (min-width:90em) {
  .recommend__inner .recommend__contents .recommend__item {
    width: calc(25% - 27.75px)
  }
}

.recommend__inner .recommend__contents .recommend__item:not(:last-child) {
  margin-bottom: 12.5603864734vw;
  margin-right: 2.5694444444vw
}

@media (min-width:52.1875em) {
  .recommend__inner .recommend__contents .recommend__item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 37px
  }
}

.recommend__inner .recommend__contents .recommend__item .recommend-trouble-item {
  align-items: center;
  background-color: #f9f9f9;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6.5217391304vw;
  padding: 8.6956521739vw 5.7971014493vw;
  position: relative
}

@media (min-width:52.1875em) {
  .recommend__inner .recommend__contents .recommend__item .recommend-trouble-item {
    margin-bottom: 8.3333333333vw;
    min-height: 13.8888888889vw;
    padding: 3.3333333333vw 1.8055555556vw
  }
}

@media (min-width:90em) {
  .recommend__inner .recommend__contents .recommend__item .recommend-trouble-item {
    margin-bottom: 120px;
    min-height: 200px;
    padding: 48px 26px
  }
}

.recommend__inner .recommend__contents .recommend__item .recommend-trouble-item__title {
  background-color: #050505;
  border-radius: .4830917874vw;
  color: #fff;
  font-size: 3.1400966184vw;
  font-weight: 400;
  left: .9661835749vw;
  letter-spacing: .1em;
  line-height: 1.8;
  padding: 0 1.9323671498vw;
  position: absolute;
  top: .9661835749vw
}

@media (min-width:52.1875em) {
  .recommend__inner .recommend__contents .recommend__item .recommend-trouble-item__title {
    border-radius: .1388888889vw;
    font-size: .9027777778vw;
    left: .6944444444vw;
    padding: .2083333333vw .7638888889vw .1388888889vw;
    top: .6944444444vw
  }
}

@media (min-width:90em) {
  .recommend__inner .recommend__contents .recommend__item .recommend-trouble-item__title {
    border-radius: 2px;
    font-size: 13px;
    left: 10px;
    padding: 3px 11px 2px;
    top: 10px
  }
}

.recommend__inner .recommend__contents .recommend__item .recommend-trouble-item__text {
  font-size: 3.3816425121vw;
  font-weight: 400;
  line-height: 1.8
}

@media (min-width:52.1875em) {
  .recommend__inner .recommend__contents .recommend__item .recommend-trouble-item__text {
    font-size: .9722222222vw
  }
}

@media (min-width:90em) {
  .recommend__inner .recommend__contents .recommend__item .recommend-trouble-item__text {
    font-size: 14px
  }
}

.recommend__inner .recommend__contents .recommend__item .recommend-resolve-item {
  align-items: center;
  background-color: #fff;
  border: .2415458937vw solid #ea5506;
  border-radius: .4830917874vw;
  box-shadow: 0 1.9323671498vw 5.7971014493vw rgba(234, 85, 6, .1);
  display: flex;
  justify-content: center;
  padding: 8.6956521739vw 5.7971014493vw;
  position: relative;
  z-index: 20
}

@media (min-width:52.1875em) {
  .recommend__inner .recommend__contents .recommend__item .recommend-resolve-item {
    border: .0694444444vw solid #ea5506;
    border-radius: .1388888889vw;
    box-shadow: 0 .5555555556vw 1.6666666667vw rgba(234, 85, 6, .1);
    min-height: 13.8888888889vw;
    padding: 3.3333333333vw 1.8055555556vw
  }
}

@media (min-width:90em) {
  .recommend__inner .recommend__contents .recommend__item .recommend-resolve-item {
    border: 1px solid #ea5506;
    border-radius: 2px;
    box-shadow: 0 8px 24px rgba(234, 85, 6, .1);
    min-height: 200px;
    padding: 48px 26px
  }
}

.recommend__inner .recommend__contents .recommend__item .recommend-resolve-item:before {
  background-image: url(../img/common/resolve-icon.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 6.7632850242vw;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  width: 6.7632850242vw
}

@media (min-width:52.1875em) {
  .recommend__inner .recommend__contents .recommend__item .recommend-resolve-item:before {
    height: 1.9444444444vw;
    width: 1.9444444444vw
  }
}

@media (min-width:90em) {
  .recommend__inner .recommend__contents .recommend__item .recommend-resolve-item:before {
    height: 28px;
    width: 28px
  }
}

.recommend__inner .recommend__contents .recommend__item .recommend-resolve-item:after {
  background-image: url(../img/common/resolve-line.svg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 10.1449275362vw;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -100%);
  width: .4830917874vw;
  z-index: -1
}

@media (min-width:52.1875em) {
  .recommend__inner .recommend__contents .recommend__item .recommend-resolve-item:after {
    height: 10.5555555556vw;
    width: .1388888889vw
  }
}

@media (min-width:90em) {
  .recommend__inner .recommend__contents .recommend__item .recommend-resolve-item:after {
    height: 152px;
    width: 2px
  }
}

.recommend__inner .recommend__contents .recommend__item .recommend-resolve-item__title {
  background-color: #ea5506;
  border-radius: .4830917874vw;
  color: #fff;
  font-size: 3.1400966184vw;
  font-weight: 400;
  left: .9661835749vw;
  letter-spacing: .1em;
  line-height: 1.8;
  padding: 0 1.9323671498vw;
  position: absolute;
  top: .9661835749vw
}

@media (min-width:52.1875em) {
  .recommend__inner .recommend__contents .recommend__item .recommend-resolve-item__title {
    border-radius: .1388888889vw;
    font-size: .9027777778vw;
    left: .6944444444vw;
    padding: .2083333333vw .7638888889vw .1388888889vw;
    top: .6944444444vw
  }
}

@media (min-width:90em) {
  .recommend__inner .recommend__contents .recommend__item .recommend-resolve-item__title {
    border-radius: 2px;
    font-size: 13px;
    left: 10px;
    padding: 3px 11px 2px;
    top: 10px
  }
}

.recommend__inner .recommend__contents .recommend__item .recommend-resolve-item__text {
  font-size: 3.8647342995vw;
  font-weight: 700;
  line-height: 1.6
}

@media (min-width:52.1875em) {
  .recommend__inner .recommend__contents .recommend__item .recommend-resolve-item__text {
    font-size: 1.1111111111vw
  }
}

@media (min-width:90em) {
  .recommend__inner .recommend__contents .recommend__item .recommend-resolve-item__text {
    font-size: 16px
  }
}


/* ========================================== */
/* 特徴 ===================================== */
/* ========================================== */
.service-feature {}

.service-features {}

.service-features__title {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 50px;
}

@media (max-width:52.1875em) {
  .service-features__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.feature-item {
  color: #fff;
}

.feature-item__inner {
  width: 100%;
  max-width: 900px;
  margin: auto;
  padding: 80px 25px 50px;
  position: relative;
  z-index: 1;
}

@media (max-width:52.1875em) {}

.feature-item:nth-child(1) {
  background: #050505;
}

.feature-item:nth-child(2) {
  background: #151515;
}

.feature-item:nth-child(3) {
  background: #222222;
}

.feature-number {
  font-size: 64px;
  font-weight: bold;
  font-family: Roboto, sans-serif;
  position: absolute;
  left: 0;
  top: 20px;
  z-index: -1;
  opacity: .2;
}

@media (max-width:52.1875em) {
  .feature-number {
    left: 25px;
  }
}

.feature-content {
  flex-grow: 1;
}

.feature-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 35px;
  position: relative;
  z-index: 2;
}

.feature-text {
  font-size: 13px;
  line-height: 1.7;
}

@media (max-width:52.1875em) {
  .feature-text {
    font-size: 15px;
  }
}

/* ========================================== */
/* 共通 ===================================== */
/* ========================================== */
.service-nav {}

.service-nav__image {
  width: 100%;
}

.service-nav__image img {
  width: 100%;
}

.service-nav .container {
  max-width: 1120px;
  width: 78%;
  margin: -65px auto 0;
  position: relative;
  z-index: 1;
}

@media (max-width:52.1875em) {
  .service-nav .container {
    margin-top: -18px;
    width: 84%;
  }
}

.nav-card {
  margin-bottom: 10px;
  padding: 60px 90px 60px 135px;
  width: 100%;
  display: block;
  text-decoration: none;
  background-color: #F9F9F9;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%20%3Cg%20id%3D%22arrowbtn%22%20transform%3D%22translate(-952%20-357)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_29%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2029%22%20width%3D%2220%22%20height%3D%2220%22%20rx%3D%222%22%20transform%3D%22translate(952%20357)%22%20fill%3D%22%23050505%22%2F%3E%20%3Cpath%20id%3D%22arrow%22%20d%3D%22M3.6.176a.553.553%2C0%2C0%2C1%2C.809%2C0l3.427%2C3.6a.622.622%2C0%2C0%2C1%2C0%2C.849.553.553%2C0%2C0%2C1-.809%2C0L4%2C1.449.976%2C4.622a.553.553%2C0%2C0%2C1-.809%2C0%2C.622.622%2C0%2C0%2C1%2C0-.849L3.595.174Z%22%20transform%3D%22translate(964.8%20363)%20rotate(90)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: center right 60px;
  background-size: 34px;
  position: relative;
  z-index: 1;
}

@media (max-width:52.1875em) {
  .nav-card {
    padding: 25px 45px 25px 20px;
    background-size: 20px;
    background-position: center right 10px;
  }
}

.nav-icon {
  width: auto;
  height: 75%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  z-index: -1;
}

@media (max-width:52.1875em) {
  .nav-icon {
    height: 40%;
    left: auto;
    right: 15px;
    top: 15px;
    transform: translateY(0);
  }
}

.nav-icon img {
  width: auto;
  height: 100%;
}

.nav-content {
  flex-grow: 1;
}

.nav-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media (max-width:52.1875em) {
  .nav-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.nav-text {
  font-size: 13px;
  line-height: 1.6;
}

@media (max-width:52.1875em) {
  .nav-text {
    font-size: 12px;
  }
}

/* column__cta */
.p-column__cta {
  padding: 100px 16px;
}

.p-column__cta-text {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.6;
}


/*  */
/*  */
/*  */
.service-archive {
  text-align: center;
  padding: 80px 20px 60px;
  background-color: #fff;
}

@media (max-width:52.1875em) {
  .service-archive {
    padding: 30px 15px 40px;
  }
}

.service-archive .container {
  max-width: 800px;
  margin: 0 auto;
}

.service-archive__title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 24px;
}

@media (max-width:52.1875em) {
  .service-archive__title {
    font-size: 19px;
    margin-bottom: 15px;
  }
}

.service-archive__lead {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 56px;
}

@media (max-width:52.1875em) {
  .service-archive__lead {
    font-size: 12px;
    text-align: left;
    margin-bottom: 32px;
  }
}

.service-archive__image {
  background-color: #f0f0f0;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  /* 16:9 比率 */
  position: relative;
  margin-bottom: 30px;
}

.service-archive__image video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-archive__description {
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 1.6;
}

@media (max-width:52.1875em) {
  .service-archive__description {
    font-size: 13px;
    margin-bottom: 12px;
  }
}


/*  */
/*  */
/*  */
.section-feature {
  padding: 20px 20px 80px;
  background-color: #fff;
  text-align: center;
}

@media (max-width:52.1875em) {
  .section-feature {
    padding: 0 15px 40px;
  }
}

.section-feature__inner {
  max-width: 960px;
  padding: 80px 20px 40px;
  margin: 0 auto;
  background: #F9F9F9;
}

@media (max-width:52.1875em) {
  .section-feature {
    padding: 0 15px 40px;
  }
}

.section-feature__title {
  margin-bottom: 66px;
}

@media (max-width:52.1875em) {
  .section-feature__title {
    margin-bottom: 38px;
  }
}

.section-feature__items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

@media (max-width:52.1875em) {
  .section-feature__items {
    gap: 30px;
  }
}

.section-feature__box {
  background-color: #FFFFFF;
  padding: 42px 20px 30px;
  max-width: 260px;
  flex: 1 1 260px;
  position: relative;
}

@media (max-width:52.1875em) {
  .section-feature__box {
    padding: 40px 15px;
    max-width: 100%;
    flex: 1 1 100%;
  }
}

.section-feature__number {
  background-color: #EA5506;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 20px;
  font-family: 'robot';
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width:52.1875em) {}

.section-feature__icon {
  margin-bottom: 15px;
}

@media (max-width:52.1875em) {
  .section-feature__icon {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 15px;
}

}

.section-feature__icon img {
  height: 70px;
  width: auto;
  display: inline-block;
  margin-bottom: 15px;
}

@media (max-width:52.1875em) {
  .section-feature__icon img {
    height: 50px;
    margin-bottom: 0;
  }
}

.section-feature__headline {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}

@media (max-width:52.1875em) {
  .section-feature__headline {
    text-align: left;
    font-size: 14px;
  }
}

.section-feature__text {
  font-size: 14px;
  text-align: left;
  line-height: 1.7;
}

@media (max-width:52.1875em) {
  .section-feature__text {
    font-size: 12px;
  }
}


/*  */
/*  */
/*  */
.section-service-list {
  background: #fff;
}

.section-service-list__title {
  margin-bottom: 20px;
}

.section-service-list__desc {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width:52.1875em) {
  .section-service-list__desc {
    font-size: 13px;
  }
}

.section-service-list__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media (max-width:52.1875em) {
  .section-service-list__grid {
    grid-template-columns: 1fr;
  }
}

.section-service-list__item {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  background-color: #050505;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_29%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2029%22%20transform%3D%22translate(-277%20-259)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_29%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2029%22%20width%3D%2220%22%20height%3D%2220%22%20rx%3D%222%22%20transform%3D%22translate(277%20259)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22arrow%22%20d%3D%22M3.6.176a.553.553%2C0%2C0%2C1%2C.809%2C0l3.427%2C3.6a.622.622%2C0%2C0%2C1%2C0%2C.849.553.553%2C0%2C0%2C1-.809%2C0L4%2C1.449.976%2C4.622a.553.553%2C0%2C0%2C1-.809%2C0%2C.622.622%2C0%2C0%2C1%2C0-.849L3.595.174Z%22%20transform%3D%22translate(289.8%20265)%20rotate(90)%22%20fill%3D%22%23050505%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: center right 30px;
  background-size: 34px;
}

@media (max-width:52.1875em) {
  .section-service-list__item {
    align-items: stretch;
    background-position: center right 7px;
    background-size: 20px;
  }
}

.section-service-list__item:nth-child(2) {
  background-color: #222222;
}

.section-service-list__item:nth-child(3) {
  background-color: #222222;
}

@media (max-width:52.1875em) {
  .section-service-list__item:nth-child(3) {
    background-color: #050505;
  }
}

@media (max-width:52.1875em) {
  .section-service-list__item:nth-child(4) {
    background-color: #222222;
  }
}

.section-service-list__item:nth-child(5) {}

.section-service-list__item:nth-child(6) {
  background-color: #222222;
}


.section-service-list__img {
  width: auto;
  height: 210px;
  flex-shrink: 0;
}

@media (max-width:52.1875em) {
  .section-service-list__img {
    width: 65px;
    height: auto;
  }
}

.section-service-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width:52.1875em) {}

.section-service-list__body {
  width: 100%;
  padding: 20px 40px;
  padding-right: 110px;
  display: flex;
  flex-direction: column;
  text-align: left;
}

@media (max-width:52.1875em) {
  .section-service-list__body {
    padding: 25px 16px;
    padding-right: 40px;
  }
}

.section-service-list__item-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 12px;
}

@media (max-width:52.1875em) {
  .section-service-list__item-title {
    font-size: 18px;
    margin-bottom: 7px;
  }
}

.section-service-list__item-sub {
  font-size: 14px;
  margin-bottom: 22px;
}

@media (max-width:52.1875em) {
  .section-service-list__item-sub {
    font-size: 12px;
    margin-bottom: 17px;
  }
}

.section-service-list__item-sub.red {
  color: #E91E63;
}

.section-service-list__item-sub.lightblue {
  color: #0192A6;
}

.section-service-list__item-sub.blue {
  color: #426DDB;
}

.section-service-list__item-sub.purple {
  color: #9C27B0;
}

.section-service-list__item-sub.green {
  color: #4CAF50;
}

.section-service-list__item-sub img {
  height: 24px;
}

.section-service-list__item-lead {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.7;
  color: #D3D3D3;
}

@media (max-width:52.1875em) {
  .section-service-list__item-lead {
    font-size: 12px;
  }
}


/*  */
.section-works {
  padding: 80px 20px;
}

@media (max-width:52.1875em) {
  .section-works {
    padding: 50px 15px 60px;
  }
}

.section-works-inner {
  max-width: 1080px;
  margin: auto;
}

.section-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

@media (max-width:52.1875em) {
  .section-title {
    font-size: 18px;
  }
}

.section-works-title {
  margin-bottom: 50px;
}

@media (max-width:52.1875em) {
  .section-works-title {
    margin-bottom: 20px;
  }
}

.works-card__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 64px;
  align-items: start;
}

@media (max-width:52.1875em) {
  .works-card__list {
    gap: 43px;
  }
}

.c-works-card {
  background: #fff;
  display: flex;
  flex-direction: column;
}

.c-works-card__image {
  margin-bottom: 10px;
}

.c-works-card__image .cover-image {
  padding-top: 48.8%;
  position: relative;
  overflow: hidden;
  background-color: #F2F2F2;
}

.c-works-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  inset: 0;
}

.c-works-card__meta {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}

.c-works-card__label {
  font-size: 12px;
  color: #7C7B7B;
  margin-top: 4px;
}

@media (max-width:52.1875em) {
  .c-works-card__label {
    font-size: 11px;
  }
}

.c-works-card__tags {
  display: flex;
  gap: 8px;
}

.c-works-card__tag {
  font-size: 12px;
  color: #7C7B7B;
  display: inline-block;
  border: 1px solid #7C7B7B;
  text-decoration: none;
  padding: 4px 8px;
  line-height: 1;
}

@media (max-width:52.1875em) {
  .c-works-card__tag {
    font-size: 11px;
  }
}

.c-works-card__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 12px;
  margin-bottom: 10px;
}

@media (max-width:52.1875em) {
  .c-works-card__title {
    font-size: 14px;
  }
}

.c-works-card__excerpt {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 10px;
}

@media (max-width:52.1875em) {
  .c-works-card__excerpt {
    font-size: 12px;
  }
}

.c-works-card__info {
  font-size: 12px;
  color: #7C7B7B;
  border-top: 1px solid #eee;
  padding-top: 8px;
  display: flex;
  gap: 20px;
}

@media (max-width:52.1875em) {
  .c-works-card__info {
    font-size: 11px;
  }
}

.c-works-card__none {
  text-align: center;
}

.c-works-card__link {
  position: relative;
}

.c-works-card__link--anker {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}


/*  */
.section-flow {
  padding: 0px 20px 0;
  background-color: #fff;
}

@media (max-width:52.1875em) {
  .section-flow {
    padding: 0px 15px 0;
  }
}

.section-flow__inner {
  max-width: 680px;
  margin: 0 auto;
}

.section-flow-title {
  margin-bottom: 60px;
}

@media (max-width:52.1875em) {
  .section-flow-title {
    margin-bottom: 20px;
  }
}

.section-flow__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.section-flow__item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 32px;
  position: relative;
}

@media (max-width:52.1875em) {
  .section-flow__item {
    margin-bottom: 20px;
    gap: 10px;
  }
}

.section-flow__item:last-child {
  margin-bottom: 0;
}

.section-flow__item::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 32px;
  top: 50px;
  background-image: linear-gradient(to bottom, #EA5506 6px, transparent 6px);
  background-size: 1px 8px;
  background-repeat: repeat-y;
  background-position: left bottom;
}

@media (max-width:52.1875em) {
  .section-flow__item::before {
    left: 21px;
    top: 20px;
  }
}


.section-flow__item:last-child::before {
  display: none;
}

.section-flow__step {
  flex-shrink: 0;
  background-color: #EA5506;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  line-height: 64px;
  text-align: center;
}

@media (max-width:52.1875em) {
  .section-flow__step {
    font-size: 18px;
    width: 42px;
    height: 42px;
    line-height: 42px;
  }
}

.section-flow__content {
  flex: 1;
}

.section-flow__heading {
  font-size: 24px;
  font-weight: bold;
  color: #EA5506;
  margin-top: 20px;
  margin-bottom: 16px;
}

@media (max-width:52.1875em) {
  .section-flow__heading {
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 15px;
  }
}

.section-flow__text {
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width:52.1875em) {}