@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@200&family=Noto+Serif+JP:wght@200@400&display=swap");
:is(.service-contents, .security-contents) .cta-block {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 150px clamp(20px, 5.2vw, 40px);
}
:is(.service-contents, .security-contents) .cta-block .btn-contact {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  color: #fff;
  background-color: #234378;
  font-size: 24px;
  padding: 0.75em 1.5em 0.75em 2em;
  border-radius: 4em;
  text-decoration: none !important;
  line-height: 1;
}
:is(.service-contents, .security-contents) .cta-block .btn-contact::after {
  content: "";
  display: block;
  width: 0.75em;
  height: 0.75em;
  background-color: #fff;
  margin-left: 1em;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

@media screen and (max-width: 767px) {
  :is(.service-contents, .security-contents) .cta-block {
    padding-block: 80px;
  }
  :is(.service-contents, .security-contents) .cta-block .btn-contact {
    font-size: 18px;
  }
}
.service-contents {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
.service-contents * {
  box-sizing: border-box;
}
.service-contents .en-text {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.service-contents .sp-off {
  display: block !important;
}
.service-contents .sp-on {
  display: none !important;
}
.service-contents .sect-head {
  max-width: 1120px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 120px;
}
.service-contents .sect-head__title .main {
  font-weight: 200;
  font-size: 36px;
  margin: 0;
  padding: 0;
}
.service-contents .sect-head__title .sub {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 70px;
}

@media screen and (max-width: 767px) {
  .service-contents .sp-off {
    display: none !important;
  }
  .service-contents .sp-on {
    display: block !important;
  }
  .service-contents .sect-head {
    margin-bottom: 64px;
  }
  .service-contents .sect-head__title .main {
    font-size: 18px;
    font-size: clamp(18px, 4.68vw, 36px);
  }
  .service-contents .sect-head__title .sub {
    font-size: 36px;
    font-size: clamp(36px, 9vw, 70px);
  }
}
.service-hero__pc {
  display: block;
}
.service-hero__sp {
  display: none;
}
.service-hero__sp .cta-block {
  padding-block: 30px !important;
}
.service-hero .hero-pc-contents {
  position: relative;
}
.service-hero .hero-pc-contents__img > img {
  display: block;
  max-width: initial;
  width: 100%;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.service-hero .hero-pc-contents__copy {
  position: absolute;
  left: max(20px, 4.8vw);
  top: 50%;
  transform: translateY(-50%);
}
.service-hero .hero-pc-contents__copy .main {
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 2.9vw;
  text-shadow: 3px 0px 6px rgba(31, 64, 121, 0.6);
  margin-bottom: 0.5em;
  padding: 0;
}
.service-hero .hero-pc-contents__copy .sub {
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 1.38vw;
  text-shadow: 3px 0px 6px rgba(31, 64, 121, 0.6);
  line-height: 1.25;
  margin: 0;
  padding: 0;
}
.service-hero .hero-pc-contents .btn-contact {
  position: absolute;
  right: max(20px, 6vw);
  bottom: max(20px, 10%);
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  color: #fff;
  background-color: #234378;
  font-size: max(1.66vw, 20px);
  padding: 0.75em 1.5em 0.75em 2em;
  border-radius: 4em;
  text-decoration: none !important;
  line-height: 1;
  border: 1px solid #fff;
}
.service-hero .hero-pc-contents .btn-contact::after {
  content: "";
  display: block;
  width: 0.75em;
  height: 0.75em;
  background-color: #fff;
  margin-left: 1em;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.service-hero .hero-sp-contents {
  position: relative;
}
.service-hero .hero-sp-contents__img > img {
  display: block;
  max-width: initial;
  width: 100%;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.service-hero .hero-sp-contents__copy {
  width: 100%;
  position: absolute;
  bottom: 17%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.service-hero .hero-sp-contents__copy .main {
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 5.3vw;
  text-shadow: 3px 0px 6px rgba(31, 64, 121, 0.6);
  margin-bottom: 0.5em;
  padding: 0;
}
.service-hero .hero-sp-contents__copy .sub {
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 4.4vw;
  text-shadow: 3px 0px 6px rgba(31, 64, 121, 0.6);
  line-height: 1.25;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .service-hero__pc {
    display: none;
  }
  .service-hero__sp {
    display: block;
  }
}
.service-contents .sect-problem__wrap {
  background-image: url(../images/page-service/bg_sect-problem.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 20px;
}
.service-contents .sect-problem__inner {
  max-width: 1130px;
  margin-inline: auto;
  width: 100%;
}
.service-contents .sect-problem .problem-message {
  display: block;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  margin: 0;
  color: #fff;
  text-shadow: 3px 0px 6px rgba(31, 64, 121, 0.6);
}
.service-contents .sect-problem .problem-list {
  container-type: inline-size;
  margin-left: 1em;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px 0;
  margin: 50px auto;
  padding: 60px 50px;
  list-style-type: disc;
  background-color: #fff;
  outline-offset: -30px;
  outline: 1px solid #234378;
  box-shadow: 3px 0 6px rgba(31, 64, 121, 0.6);
}
.service-contents .sect-problem .problem-list__item {
  width: 90%;
  margin-left: 1em;
  font-weight: 400;
  color: #234378;
  font-size: 26px;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

@media screen and (max-width: 767px) {
  .service-contents .sect-problem__wrap {
    padding: 34px 20px 20px;
  }
  .service-contents .sect-problem .problem-message {
    font-size: 20px;
  }
  .service-contents .sect-problem .problem-message-sp {
    padding: 70px 20px;
    text-align: center;
  }
  .service-contents .sect-problem .problem-message-sp strong {
    color: #234378;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
  }
  .service-contents .sect-problem .problem-list {
    margin: 20px auto;
    padding: 36px 36px;
    outline-offset: -16px;
  }
  .service-contents .sect-problem .problem-list__item {
    width: 90%;
    margin-left: 1em;
    font-size: 16px;
  }
}
.service-contents .why-choose {
  --line-w: max(1fr, 18%);
  display: grid;
  grid-template-columns: var(--line-w) 1fr var(--line-w);
  gap: 0 20px;
  margin-block: 200px;
  position: relative;
}
.service-contents .why-choose__text {
  font-size: 34px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: center;
  grid-column: 2/3;
}
.service-contents .why-choose::before, .service-contents .why-choose::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #234378;
  width: 100%;
  align-self: center;
}
.service-contents .why-choose::before {
  grid-column: 1/2;
}
.service-contents .why-choose::after {
  grid-column: 3/4;
}

@media screen and (max-width: 767px) {
  .service-contents .why-choose {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 16px 0;
    margin-block: 0 60px;
  }
  .service-contents .why-choose__text {
    padding: 40px 20px;
    grid-row: 2/3;
    grid-column: 1/-1;
    font-size: 18px;
  }
  .service-contents .why-choose::before, .service-contents .why-choose::after {
    width: 17%;
  }
  .service-contents .why-choose::before {
    grid-row: 1/2;
    grid-column: 1/-1;
    justify-self: start;
  }
  .service-contents .why-choose::after {
    grid-row: 3/4;
    grid-column: 1/-1;
    justify-self: end;
  }
}
.service-contents .sect-features {
  padding-inline: clamp(20px, 5.2vw, 40px);
}
.service-contents .sect-features__contents {
  max-width: 1120px;
  width: 100%;
  margin-inline: auto;
}
.service-contents .point-block {
  --line-color: #3085d6;
  display: grid;
  grid-template: "point picture" auto "title picture" auto "body picture" 1fr/1fr 30%;
  border: 1px solid var(--line-color);
  padding: clamp(30px, 6vw, 60px);
  gap: 1rem clamp(30px, 6vw, 60px);
}
.service-contents .point-block__point {
  grid-area: point;
  font-size: 48px;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.service-contents .point-block__title {
  grid-area: title;
  margin: 0;
  padding: 0 0 1rem;
  border-bottom: 1px solid var(--line-color);
  font-size: 28px;
  line-height: 1.25;
}
.service-contents .point-block__body {
  grid-area: body;
}
.service-contents .point-block__desc {
  margin: 0;
  padding: 0;
  font-size: 20px;
}
.service-contents .point-block__picture {
  grid-area: picture;
  background-color: #eee;
  aspect-ratio: 1/1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-contents .point-block__picture > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.service-contents .point-block:is(.point-block + *) {
  margin-top: 64px;
}

@media screen and (max-width: 767px) {
  .service-contents .sect-features .point-block {
    grid-template: "point picture" auto "title title" auto "body body" auto/34% 1fr;
    padding: 24px;
    gap: 1rem;
  }
  .service-contents .sect-features .point-block__point {
    display: block;
    font-size: 50px;
    text-align: center;
  }
  .service-contents .sect-features .point-block__point .text {
    font-size: 18px;
  }
  .service-contents .sect-features .point-block__point .num {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    aspect-ratio: 1/1;
    width: 90%;
    margin: 1rem auto 0;
  }
  .service-contents .sect-features .point-block__point .num::before, .service-contents .sect-features .point-block__point .num::after {
    position: absolute;
    content: "";
    display: block;
    border-width: 1px;
    border-color: var(--line-color);
    width: 25%;
    height: 25%;
    aspect-ratio: 1/1;
  }
  .service-contents .sect-features .point-block__point .num::before {
    left: 0;
    top: 0;
    border-style: solid none none solid;
  }
  .service-contents .sect-features .point-block__point .num::after {
    right: 0;
    bottom: 0;
    border-style: none solid solid none;
  }
  .service-contents .sect-features .point-block__title {
    padding: 0 0 1rem;
    font-size: 16px;
  }
  .service-contents .sect-features .point-block__body {
    grid-area: body;
  }
  .service-contents .sect-features .point-block__desc {
    font-size: 14px;
  }
}
.service-contents .sect-flow {
  position: relative;
  padding-inline: clamp(20px, 5.2vw, 40px);
  margin-top: 5vw;
  margin-bottom: 120px;
}
.service-contents .sect-flow::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translate3d(-60%, -80%, 0);
  max-width: 300px;
  max-height: 300px;
  width: 20vw;
  height: 20vw;
  aspect-ratio: 1/1;
  background-image: url(../images/page-service/img_circle_border.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.service-contents .sect-flow .sect-head {
  position: relative;
}
.service-contents .sect-flow .sect-head::after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(50%);
  max-width: 400px;
  width: 30vw;
  height: 1px;
  background-color: #234378;
}
.service-contents .sect-flow__contents {
  max-width: 1120px;
  width: 100%;
  margin-inline: auto;
}
.service-contents .sect-flow .flow-list {
  list-style: none;
}
.service-contents .sect-flow .flow-item {
  position: relative;
  display: grid;
  grid-template-columns: 15% 1fr;
  gap: 0 clamp(20px, 5.2vw, 40px);
}
.service-contents .sect-flow .flow-item__head {
  display: flex;
  justify-content: center;
  align-items: center;
  container-type: inline-size;
  aspect-ratio: 1/1;
  border: 1px solid #234378;
  border-radius: 50%;
  box-shadow: 3px 0 8px rgba(31, 64, 121, 0.4);
}
.service-contents .sect-flow .flow-item__head > strong {
  font-size: 15cqw;
}
.service-contents .sect-flow .flow-item__body {
  align-self: center;
}
.service-contents .sect-flow .flow-item__desc {
  margin: 0;
  padding: 0;
  font-size: 22px;
  line-height: 1.75;
}
.service-contents .sect-flow .flow-item:not(:last-child) {
  margin-bottom: 80px;
}
.service-contents .sect-flow .flow-item:not(:last-child) .flow-item__head {
  position: relative;
}
.service-contents .sect-flow .flow-item:not(:last-child) .flow-item__head::after {
  position: absolute;
  left: calc(50% - 12px);
  transform: translateY(calc(100% + 30px));
  bottom: 0;
  display: block;
  content: "";
  width: 24px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2220%22%20viewBox%3D%220%200%2024%2020%22%3E%3Cpath%20d%3D%22M12%2C1.944%2C1.766%2C19H22.234L12%2C1.944M12%2C0%2C24%2C20H0Z%22%20transform%3D%22translate(24%2020)%20rotate(180)%22%20fill%3D%22%23234378%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1199px) {
  .service-contents .sect-flow {
    margin-top: 5vw;
  }
  .service-contents .sect-flow::before {
    transform: translate3d(-60%, -90%, 0);
    width: 15vw;
    height: 15vw;
  }
}
@media screen and (max-width: 767px) {
  .service-contents .sect-flow {
    margin-top: 5vw;
  }
  .service-contents .sect-flow::before {
    transform: translate3d(-70%, -90%, 0);
    width: 30vw;
    height: 30vw;
  }
  .service-contents .sect-flow .sect-head::after {
    top: 0;
    bottom: auto;
  }
  .service-contents .sect-flow .flow-item {
    grid-template-columns: 30% 1fr;
    gap: 0 clamp(16px, 4vw, 32px);
  }
  .service-contents .sect-flow .flow-item__desc {
    font-size: 14px;
  }
  .service-contents .sect-flow .flow-item:not(:last-child) {
    margin-bottom: 80px;
  }
  .service-contents .sect-flow .flow-item:not(:last-child)::after {
    position: absolute;
    left: calc(50% - 12px);
    transform: translateY(calc(100% + 30px));
    bottom: 0;
    display: block;
    content: "";
    width: 24px;
    height: 20px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2220%22%20viewBox%3D%220%200%2024%2020%22%3E%3Cpath%20d%3D%22M12%2C1.944%2C1.766%2C19H22.234L12%2C1.944M12%2C0%2C24%2C20H0Z%22%20transform%3D%22translate(24%2020)%20rotate(180)%22%20fill%3D%22%23234378%22%2F%3E%3C%2Fsvg%3E");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .service-contents .sect-flow .flow-item:not(:last-child) .flow-item__head::after {
    display: none;
  }
}
.service-contents .sect-area {
  padding-inline: clamp(20px, 5.2vw, 40px);
}
.service-contents .sect-area .sect-head {
  position: relative;
}
.service-contents .sect-area .sect-head::after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(50%);
  max-width: 400px;
  width: 30vw;
  height: 1px;
  background-color: #234378;
}
.service-contents .sect-area__contents {
  max-width: 1120px;
  width: 100%;
  margin-inline: auto;
}
.service-contents .sect-area .areta-map {
  display: grid;
  grid-template-columns: 40% 1fr;
}
.service-contents .sect-area .areta-map__img {
  transform: scale(1.1) translateX(-10%);
}
.service-contents .sect-area .areta-map__desc {
  align-self: center;
  font-size: 24px;
}
.service-contents .sect-area .area-message {
  padding: 200px 0 0;
  font-size: 36px;
  text-align: center;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .service-contents .sect-area .sect-head::after {
    top: 0;
    bottom: auto;
  }
  .service-contents .sect-area .areta-map {
    grid-template-columns: 1fr;
  }
  .service-contents .sect-area .areta-map__img {
    transform: none;
    margin-bottom: 50px;
  }
  .service-contents .sect-area .areta-map__desc {
    font-size: 16px;
  }
  .service-contents .sect-area .area-message {
    padding: 100px 0 0;
    font-size: 18px;
  }
}
.service-contents .sect-contact {
  background-color: #9badcb;
  padding: 50px 20px;
}
.service-contents .sect-contact__inner {
  max-width: 1024px;
  margin-inline: auto;
}
.service-contents .sect-contact__head {
  text-align: center;
  margin-bottom: 24px;
}
.service-contents .sect-contact__title {
  margin: 0;
  padding: 0;
}
.service-contents .sect-contact__title .sub {
  font-size: 27px;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.service-contents .sect-contact__title .main {
  font-weight: 200;
  font-size: 36px;
  margin: 0;
  padding: 0;
}
.service-contents .sect-contact__body {
  margin-bottom: 32px;
}
.service-contents .sect-contact__desc {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.service-contents .sect-contact__link {
  display: flex;
  justify-content: center;
}
.service-contents .sect-contact__link .tel-btn {
  display: inline-block;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .service-contents .sect-contact__desc {
    font-size: 14px;
  }
}
