
.l-service {
  padding-top: 111px;
  background: #f7f7f3;
  font-size: 14px;
  color: #555555;
  line-height: 1;
  letter-spacing: 0.5px;
}

.l-service-section {
  padding-block: 100px;
}
@media screen and (max-width: 1080px) {
  .l-service-section {
    padding-block: 60px;
  }
}

.p-service-fv {
  margin-top: 90px;
}
@media screen and (max-width: 1366px) {
  .p-service-fv {
    margin-top: 6.588579795vw;
  }
}

.p-service-fv__inner {
  width: 1250px;
  margin-inline: auto;
}
@media screen and (max-width: 1366px) {
  .p-service-fv__inner {
    width: 91.5080527086vw;
  }
}

.p-service-fv__title {
  margin-left: 20px;
}
@media screen and (max-width: 1366px) {
  .p-service-fv__title {
    margin-left: 1.4641288433vw;
  }
}
@media screen and (max-width: 768px) {
  .p-service-fv__title {
    margin-left: 5.3333333333vw;
  }
}

.p-service-fv__title--ja {
}

.p-service-fv__content {
  padding-block: 70px 65px;
  display: flex;
  gap: 11px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1364px) {
  .p-service-fv__content {
    justify-content: center;
  }
}
@media screen and (max-width: 757px) {
  .p-service-fv__content {
    padding-block: 25px 20px;
  }
}
@media screen and (max-width: 375px) {
  .p-service-fv__content {
    padding-block: calc(25 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}

.p-service-fv__card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 304px;
  height: 90px;
  padding-block: 24px;
  padding-inline: 25px 20px;
  background-color: #ffffff;
  border: 1px solid #e9e7e8;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  transform-origin: center;
  will-change: transform;
}
@media screen and (max-width: 757px) {
  .p-service-fv__card {
    padding-block: 12px;
    padding-inline: 12px 10px;
    width: 165px;
    height: 90px;
  }
}
@media screen and (max-width: 375px) {
  .p-service-fv__card {
    padding-block: calc(12 / 375 * 100vw);
    padding-inline: calc(12 / 375 * 100vw) calc(10 / 375 * 100vw);
    width: calc(165 / 375 * 100vw);
    height: calc(90 / 375 * 100vw);
  }
}
@media screen and (max-width: 320px) {
  .p-service-fv__card {
    padding-block: 12px;
    padding-inline: 12px 10px;
    width: 165px;
    height: 90px;
  }
}
.p-service-fv__card:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.p-service-fv__card--title {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
@media screen and (max-width: 768px) {
  .p-service-fv__card--title {
    width: 115px;
  }
}

.p-service-fv__card--en p {
  color: #ffa31a;
  font-size: 14px;
  font-weight: 400;
  font-family: "Belleza", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-service-fv__card--en p {
    font-size: 10px;
  }
}

.p-service-fv__card--ja p {
  letter-spacing: -0.2px;
}
@media screen and (max-width: 768px) {
  .p-service-fv__card--ja p {
    font-size: 12px;
    line-height: 1.3;
  }
}

.p-service-fv__card--btn {
  position: relative;
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(90deg);
}
.p-service-fv__card--btn img {
  position: relative;
  z-index: 1;
  width: 10px;
  height: auto;
  display: block;
}
.p-service-fv__card--btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #b5b5b5;
  border-radius: 50%;
  z-index: 0;
}

.p-service-fv__img {
  position: relative;
  z-index: 1;
  margin-inline: auto;
  width: 1246px;
  height: 446px;
  border-radius: 10px;
}
.p-service-fv__img img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1366px) {
  .p-service-fv__img {
    width: calc(1246 / 1366 * 100vw);
    height: auto;
    aspect-ratio: 1246/446;
  }
}

.p-service-features {
  position: relative;
  margin-top: -223px;
  padding-block: 335px 153px;
  position: relative;
  background: url("https://zil-inc.co.jp/system_panel/uploads/images/img_top-about-bg.jpg")
    center top/cover no-repeat;
}
@media screen and (max-width: 1366px) {
  .p-service-features {
    margin-top: calc(-233 / 1366 * 100vw);
    padding-block: calc(335 / 1366 * 100vw) calc(153 / 1366 * 100vw);
  }
}

.p-service-features__inner {
  width: 1261px;
  margin-inline: auto;
}

@media screen and (max-width: 1366px) {
  .p-service-features__inner {
    width: calc(1261 / 1366 * 100vw);
  }
}

.p-service-features__content {
  margin-top: 89px;
  margin-inline: auto;
  width: 923px;
  height: auto;
  display: flex;
  flex-direction: row;
  gap: 196px;
}
@media screen and (max-width: 1366px) {
  .p-service-features__content {
    margin-top: calc(89 / 1366 * 100vw);
    width: calc(923 / 1366 * 100vw);
    gap: calc(196 / 1366 * 100vw);
  }
}
@media screen and (max-width: 1080px) {
  .p-service-features__content {
    gap: 50px;
    flex-direction: column;
    align-items: center;
  }
}

.p-service-features__content-title {
  display: flex;
  flex-direction: column;
  gap: 25px;
  flex: 1;
}
@media screen and (max-width: 1366px) {
  .p-service-features__content-title {
    gap: 1.8301610542vw;
  }
}

.p-service-features__content-title--ja h2 {
  font-size: 24px;
  letter-spacing: 1.2px;
  line-height: 1.8;
  font-weight: 600;
}
@media screen and (max-width: 1366px) {
  .p-service-features__content-title--ja h2 {
    font-size: 1.756954612vw;
    letter-spacing: 0.0878477306vw;
  }
}
@media screen and (max-width: 1080px) {
  .p-service-features__content-title--ja h2 {
    font-size: 24px;
    text-align: center;
  }
}
@media screen and (max-width: 375px) {
  .p-service-features__content-title--ja h2 {
    font-size: 6.4vw;
  }
}

.p-service-features__content-title--en p {
  color: #5fb38d;
  font-size: 17px;
  letter-spacing: 0.8px;
  font-family: "Belleza", sans-serif;
}
@media screen and (max-width: 1366px) {
  .p-service-features__content-title--en p {
    font-size: 1.2445095168vw;
  }
}
@media screen and (max-width: 1080px) {
  .p-service-features__content-title--en p {
    font-size: 17px;
    text-align: center;
  }
}
@media screen and (max-width: 375px) {
  .p-service-features__content-title--en p {
    font-size: 4.5333333333vw;
  }
}

.p-service-features__text {
  margin-top: 5px;
  flex: 0 0 500px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
@media screen and (max-width: 1366px) {
  .p-service-features__text {
    margin-top: 0.3660322108vw;
    flex: 0 0 36.6032210835vw;
    gap: 1.6105417277vw;
  }
}
@media screen and (max-width: 1080px) {
  .p-service-features__text {
    gap: 22px;
  }
}
@media screen and (max-width: 375px) {
  .p-service-features__text {
    gap: 5.8666666667vw;
  }
}
.p-service-features__text p {
  font-size: 14px;
  font-weight: 600;
  line-height: 2.1;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 1366px) {
  .p-service-features__text p {
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 1080px) {
  .p-service-features__text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .p-service-features__text p {
    font-size: 3.7333333333vw;
  }
}

.p-service-consulting,
.p-service-outsourcing,
.p-service-advisor {
  background-color: #ffffff;
}

/* =========================
   サービスセクション
========================= */
.c-service-section__title {
  padding-left: 9px;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
@media screen and (max-width: 1366px) {
  .c-service-section__title {
    gap: 0.9516837482vw;
  }
}

.c-service-section__title--en p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Belleza", sans-serif;
  color: #5fb38d;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1366px) {
  .c-service-section__title--en p {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 1080px) {
  .c-service-section__title--en p {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .c-service-section__title--en p {
    font-size: 4.2666666667vw;
  }
}

.c-service-section__title--ja h2,.c-service-section__title--ja h3 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1.2px;
  font-family: "Noto Sans JP", sans-serif;
  color: #555555;
}
@media screen and (max-width: 1366px) {
  .c-service-section__title--ja h2,.c-service-section__title--ja h3 {
    font-size: 1.6105417277vw;
  }
}
@media screen and (max-width: 1080px) {
  .c-service-section__title--ja h2,.c-service-section__title--ja h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 375px) {
  .c-service-section__title--ja h2,.c-service-section__title--ja h3 {
    font-size: 4.8vw;
  }
}

.c-service-section__inner {
  display: flex;
  flex-direction: column;
  width: 1250px;
  gap: 100px;
  margin-inline: auto;
}
@media screen and (max-width: 1366px) {
  .c-service-section__inner {
    width: 91.5080527086vw;
    gap: 7.3206442167vw;
  }
}

.c-service-section__content {
  margin-top: 74px;
  width: 1086px;
  margin-inline: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 67px;
}
@media screen and (max-width: 1366px) {
  .c-service-section__content {
    margin-top: 5.4172767204vw;
    width: 79.5021961933vw;
    gap: 4.9048316252vw;
  }
}
@media screen and (max-width: 1080px) {
  .c-service-section__content {
    margin-top: 30px;
    flex-direction: column;
    gap: 30px;
  }
}

.c-service-section__img {
  width: 520px;
  height: 420px;
  flex: 1;
  border-radius: 10px;
  overflow: hidden;
}
.c-service-section__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-service-section__text {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  flex: 0 0 500px;
  gap: 40px;

}
@media screen and (max-width: 1366px) {
  .c-service-section__text {
    flex: 0 0 calc(500 / 1366 * 100vw);
    gap: calc(40 / 1366 * 100vw);
  }
}
@media screen and (max-width: 1080px) {
  .c-service-section__text {
	flex: 0 0 60px;	
  }
}
.c-service-section__text p {
    letter-spacing: 0.8px;
    line-height: 1.8;
}

.c-service-section__main-en p {
  color: #5fb38d;
  font-family: "Belleza", sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 1366px) {
  .c-service-section__main-en p {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 1080px) {
  .c-service-section__main-en p {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .c-service-section__main-en p {
    font-size: 3.7333333333vw;
  }
}

.c-service-section__main-ja {
  margin-top: 10px;
}

.c-service-section__main-ja h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 1366px) {
  .c-service-section__main-ja h3 {
    font-size: calc(24 / 1366 * 100vw);
  }
}
@media screen and (max-width: 1080px) {
  .c-service-section__main-ja h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 375px) {
  .c-service-section__main-ja h3 {
    font-size: calc(18 / 375 * 100vw);
  }
}

.c-service-section__desc {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1366px) {
  .c-service-section__desc {
    gap: 1.4641288433vw;
  }
}
@media screen and (max-width: 1080px) {
  .c-service-section__desc {
    gap: 20px;
  }
}
.c-service-section__desc p {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.8px;
  line-height: 2.1;
  color: #555555;
}
@media screen and (max-width: 1366px) {
  .c-service-section__desc p {
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 1080px) {
  .c-service-section__desc p {
    font-size: 12px;
  }
}
@media screen and (max-width: 375px) {
  .c-service-section__desc p {
    font-size: 3.2vw;
  }
}

.c-service-content__box {
  margin-top: 85px;
}

@media screen and (max-width: 1366px) {
  .c-service-content__box {
    margin-top: calc(85 / 1366 * 100vw);
  }
}
@media screen and (max-width: 1080px) {
  .c-service-content__box {
    margin-top: calc(30 / 375 * 100vw);
    display: flex;
    flex-direction: row;
  }
}
@media screen and (max-width: 900px) {
  .c-service-content__box {
	flex-direction: column;
  }
}

.c-service-section__bottom {
  margin-top: 5px;
}
@media screen and (max-width: 1366px) {
  .c-service-section__bottom {
    margin-top: 0.3660322108vw;
  }
}
@media screen and (max-width: 1080px) {
  .c-service-section__bottom {
    margin-top: 5.3333333333vw;
  }
}

.c-service-section__content--btm {
  margin-inline: auto;
  padding-block: 60px 60px;
  display: flex;
  flex-direction: row;
  width: 1083px;
  border-top: 1px solid #d9d9d9;
}

@media screen and (max-width: 1366px) {
  .c-service-section__content--btm {
    width: calc(1083 / 1366 * 100vw);
    padding-block: calc(60 / 1366 * 100vw) calc(60 / 1366 * 100vw);
  }
}
@media screen and (max-width: 1080px) {
  .c-service-section__content--btm {
    flex-direction: column;
    width: 250px;
    align-items: center;
  }
}
@media screen and (max-width: 900px) {
  .c-service-section__content--btm {
    width: 300px;
  }
}
@media screen and (max-width: 375px) {
  .c-service-section__content--btm {
    width: calc(300 / 375 * 100vw);
  }
}
.c-service-section__content--btm:last-child {
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 1080px) {
  .c-service-section__content--btm:last-child {
    border-bottom: 0px solid #d9d9d9;
  }
}
@media screen and (max-width: 900px) {
  .c-service-section__content--btm:last-child {
    border-bottom: 1px solid #d9d9d9;
  }
}

.c-service-section__btm-no {
  padding-inline: 35px 102px;
}
@media screen and (max-width: 1366px) {
  .c-service-section__btm-no {
    padding-inline: 2.5622254758vw 7.467057101vw;
  }
}
@media screen and (max-width: 1080px) {
  .c-service-section__btm-no {
    width: -moz-fit-content;
    width: fit-content;
    padding-inline: 0 0;
  }
}
.c-service-section__btm-no p {
  font-size: 50px;
  font-family: "Belleza", sans-serif;
  color: #ffa31a;
}
@media screen and (max-width: 1366px) {
  .c-service-section__btm-no p {
    font-size: 3.6603221083vw;
  }
}
@media screen and (max-width: 1080px) {
  .c-service-section__btm-no p {
    font-size: 50px;
  }
}
@media screen and (max-width: 375px) {
  .c-service-section__btm-no p {
    font-size: 13.3333333333vw;
  }
}

.c-service-section__btm-title {
  display: flex;
  flex-direction: column;
  width: 421px;
  gap: 11px;
}
@media screen and (max-width: 1366px) {
  .c-service-section__btm-title {
    width: 30.8199121523vw;
    gap: 0.8052708638vw;
  }
}
@media screen and (max-width: 1080px) {
  .c-service-section__btm-title {
    width: 250px;
    align-items: center;
    gap: 5px;
  }
}
@media screen and (max-width: 900px) {
  .c-service-section__btm-title {
    width: 300px;
  }
}
@media screen and (max-width: 375px) {
  .c-service-section__btm-title {
    width: 80vw;
  }
}
.c-service-section__btm-title .c-service-section__btm-title-ja p {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 1366px) {
  .c-service-section__btm-title .c-service-section__btm-title-ja p {
    font-size: 1.6105417277vw;
  }
}
@media screen and (max-width: 1080px) {
  .c-service-section__btm-title .c-service-section__btm-title-ja p {
    font-size: 18px;
    text-align: center;
  }
}
@media screen and (max-width: 375px) {
  .c-service-section__btm-title .c-service-section__btm-title-ja p {
    font-size: 4.8vw;
  }
}
.c-service-section__btm-title .c-service-section__btm-title-en p {
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 2;
  font-family: "Belleza", sans-serif;
}
@media screen and (max-width: 1366px) {
  .c-service-section__btm-title .c-service-section__btm-title-en p {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 1080px) {
  .c-service-section__btm-title .c-service-section__btm-title-en p {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  .c-service-section__btm-title .c-service-section__btm-title-en p {
    font-size: 4.2666666667vw;
  }
}

.c-service-section__btm-desc {
  margin-top: -3px;
  padding-right: 42px;
  width: 470px;
}
@media screen and (max-width: 1366px) {
  .c-service-section__btm-desc {
    margin-top: -0.2196193265vw;
    font-size: 1.0248901903vw;
    padding-right: 3.074670571vw;
    width: 34.4070278184vw;
  }
}
@media screen and (max-width: 1080px) {
  .c-service-section__btm-desc {
    margin-top: 15px;
    font-size: 14px;
    width: 250px;
    padding-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .c-service-section__btm-desc {
    width: 300px;
  }
}
@media screen and (max-width: 375px) {
  .c-service-section__btm-desc {
    width: 80vw;
  }
}
.c-service-section__btm-desc p {
  font-size: 14px;
  font-weight: 600;
  line-height: 2.1;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 1366px) {
  .c-service-section__btm-desc p {
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 1080px) {
  .c-service-section__btm-desc p {
    font-size: 14px;
  }
}

.p-service-advisor {
  padding-bottom: 160px;
}
@media screen and (max-width: 1366px) {
  .p-service-advisor {
    padding-bottom: 11.7130307467vw;
  }
}
