.front-page-block {
  padding: 3rem 0;
  position: relative;
}
.front-page-block .content {
  margin-bottom: 0;
}
.front-page-block-title {
  margin-top: 0;
}
.front-page-block-background {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.front-page-eyecatch {
  padding: 5em 0;
  line-height: 1.7;
  background: rgba(255, 255, 255, 0.5);
}
.front-page-eyecatch h1 {
  font-weight: normal;
}
.front-page-eyecatch h1 i {
  display: inline-block;
  margin-bottom: 0.25em;
  padding: 0.25em 0.75em;
  background: #2B2B2B;
  color: white;
  font-style: normal;
  border-radius: 0.25em;
}
.front-page-eyecatch h1 + div {
  margin: 1rem 0;
  line-height: 1.2;
  font-size: 2em;
  font-weight: bold;
}
.front-page-eyecatch .front-page-block-background {
  opacity: 0.5;
}
.front-page-affinity {
  background-color: #F9FAFB;
}
.front-page-affinity-list {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1.5rem;
}
.front-page-affinity-item::after {
  content: "...";
}
.front-page-solution {
  text-align: center;
}
.front-page-solution-list {
  display: grid;
  gap: 1.5rem;
  justify-content: center;
}
@media (min-width: 832px) {
  .front-page-solution-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.front-page-solution-item {
  padding: 1.5rem;
  max-width: 480px;
  background-color: #F9FAFB;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.front-page-solution-item svg {
  display: block;
  padding: 1rem;
  margin: 0 auto;
  width: 5em;
  height: 5em;
  background-color: #283593;
  border-radius: 2.5em;
}
.front-page-solution-item svg path {
  fill: white;
}
.front-page-solution-item-title {
  margin: 1rem 0;
}
.front-page-price {
  background-color: #F9FAFB;
}
.front-page-price-table {
  margin-bottom: 0;
}
.front-page-price-table tr {
  display: grid;
  grid-template-columns: 1fr 8em;
  align-items: center;
  margin: 0 -1rem;
  padding: 1rem;
  border-bottom: 1px solid #ddd;
}
.front-page-price-table th, .front-page-price-table td {
  vertical-align: middle;
  text-align: left;
}
.front-page-price-table td:first-of-type {
  grid-column: 1/2;
  grid-row: 2/3;
  color: rgb(107, 114, 128);
  font-size: 0.8em;
}
.front-page-price-table td:last-of-type {
  grid-column: 2/3;
  grid-row: 1/3;
  text-align: right;
  color: #283593;
  font-weight: bold;
}
.front-page-price-table figcaption {
  margin-top: 1rem;
  font-size: 0.8em;
}
.front-page-price-table figcaption a {
  display: block;
  margin: -1rem;
  padding: 1rem;
  border-radius: 0 0 0.5rem 0.5rem;
  color: #EF6428;
  background: rgba(239, 100, 40, 0.1);
}
.front-page-price-table-wrap {
  padding: 1rem;
  border-radius: 0.5rem;
  background: white;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.front-page-price-table-wrap h3 {
  margin-top: 0;
}
.front-page-area-inner {
  display: grid;
  gap: 1.5rem 4rem;
  margin-top: 3rem;
}
@media (min-width: 832px) {
  .front-page-area-inner {
    grid-template-columns: 1fr 1fr;
  }
}
.front-page-area-map {
  position: relative;
}
.front-page-area-map h3 {
  margin-top: 0;
}
.front-page-area-map-image {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.front-page-area-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25em;
  line-height: 1;
}
.front-page-area-list li {
  display: block;
  padding: 0.25em 1em;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.5em;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.front-page-area-detail div {
  margin-bottom: 1.5rem;
  padding-left: 4rem;
  position: relative;
  text-align: left;
}
.front-page-area-detail div::before {
  content: "";
  display: block;
  width: 3em;
  height: 3em;
  border-radius: 1.5em;
  background: #E8EBF3 center/1.7em 1.7em no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.front-page-area-detail div:first-of-type::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23283593" viewBox="0 -960 960 960"><path d="M240-160q-50 0-85-35t-35-85H40v-440q0-33 23.5-56.5T120-800h560v160h120l120 160v200h-80q0 50-35 85t-85 35-85-35-35-85H360q0 50-35 85t-85 35m0-80q17 0 28.5-11.5T280-280t-11.5-28.5T240-320t-28.5 11.5T200-280t11.5 28.5T240-240m480 0q17 0 28.5-11.5T760-280t-11.5-28.5T720-320t-28.5 11.5T680-280t11.5 28.5T720-240m-40-200h170l-90-120h-80z"/></svg>');
}
.front-page-area-detail div:nth-of-type(2)::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23283593" viewBox="0 -960 960 960"><path d="M40-160v-160q0-34 24-57t56-23h131q20 0 38 10t29 27q29 39 72 61t90 22q49 0 92-22t70-61q13-17 31-27t36-10h131q34 0 57 23t23 57v160H640v-91q-35 25-75 38t-85 13q-43 0-84-13t-76-39v92zm440-160q-38 0-72-17t-57-49q-17-25-42-39t-56-15q22-37 93-58t134-22 134 22 93 58q-29 0-55 15t-43 39q-22 32-56 49t-73 17M160-440q-50 0-85-35t-35-85q0-51 35-85t85-35q51 0 86 35t34 85q0 50-34 85t-86 35m640 0q-50 0-85-35t-35-85q0-51 35-85t85-35q51 0 86 35t34 85q0 50-34 85t-86 35M480-560q-50 0-85-35t-35-85q0-51 35-85t85-35q51 0 86 35t34 85q0 50-34 85t-86 35"/></svg>');
}
.front-page-area-detail div:last-of-type::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23283593" viewBox="0 -960 960 960"><path d="M440-120v-80h320v-284q0-117-81.5-198.5T480-764t-198.5 81.5T200-484v244h-40q-33 0-56.5-23.5T80-320v-80q0-21 10.5-39.5T120-469l3-53q8-68 39.5-126t79-101 109-67T480-840t129 24 109 66.5T797-649t40 126l3 52q19 9 29.5 27t10.5 38v92q0 20-10.5 38T840-249v49q0 33-23.5 56.5T760-120zm-80-280q-17 0-28.5-11.5T320-440t11.5-28.5T360-480t28.5 11.5T400-440t-11.5 28.5T360-400m240 0q-17 0-28.5-11.5T560-440t11.5-28.5T600-480t28.5 11.5T640-440t-11.5 28.5T600-400m-359-62q-7-106 64-182t177-76q89 0 156.5 56.5T720-519q-91-1-167.5-49T435-698q-16 80-67.5 142.5T241-462"/></svg>');
}
.front-page-area-detail dt {
  font-size: 1.2rem;
}
.front-page-service-item-detail {
  display: grid;
  grid-template-columns: 30% 1fr;
  align-items: center;
  gap: 2rem;
}
.front-page-service-item-image {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}
.front-page-service-item-description p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 832px) {
  .front-page-cases-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.front-page-faq {
  background: #F9FAFB;
}/*# sourceMappingURL=front-page.css.map */