@charset "UTF-8";
/**
 * 身元調査
 * /background
 * css/background.css
 */
.load-icon {
  position: absolute;
  width: 0;
  height: 0;
}

.mv_img img {
  width: auto;
  height: auto;
  vertical-align: bottom;
}

.main .mv_area {
  position: relative;
}
.main .mv_area .img {
  padding-top: 70%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main .mv_area .mv_inner {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main .mv_area .mv_inner .squea {
  width: 100%;
  padding-top: inherit;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
}
.main .mv_area .mv_inner .squea::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70%;
  padding-top: 70%;
  transform-origin: center;
  background-color: rgba(255, 255, 255, 0.5);
  transform: translate(-50%, -50%) rotate(45deg);
}
.main .mv_area .mv_inner .squea h2 {
  position: absolute;
  left: 50%;
  top: 43%;
  transform: translate(-50%, -50%);
  font-family: "Noto Serif JP", serif;
  color: #0060ab;
  font-size: 200%;
  letter-spacing: 0.2rem;
  width: 100%;
  text-align: center;
}
.main .mv_area .mv_inner .squea p {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  font-size: 100%;
  width: 100%;
  text-align: center;
  padding-top: 0.5em;
  font-size: 125%;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  text-shadow: 0 0 20px #fff;
}

.image {
  display: block;
}
.image__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image__img--shadow {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.image--center .image__img, .image--centering .image__img {
  margin-left: auto;
  margin-right: auto;
}

.buttons {
  display: flex;
}
.buttons--left {
  justify-content: flex-start;
}
.buttons--center {
  justify-content: center;
}
.buttons--right {
  justify-content: flex-end;
}

.button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  background-image: linear-gradient(72deg, #85aeff 0%, #0060ab 50%, #85aeff 100%);
  background-position: right;
  background-size: 200%;
  text-align: center;
  transition: all 0.2s ease-out;
}
.button__span {
  position: relative;
  z-index: 20;
  margin: 0 1em;
}
.button__span--text {
  color: #ffffff;
  font-weight: 400;
  font-size: min(4vw, 20px);
  line-height: 1.5;
}
.button__span--icon {
  width: min(2vw, 10px);
  height: min(3.4vw, 17px);
  background-image: url(../img/background/icon-arrow.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.button--shadow {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.button--banner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: min(25vw, 183px);
  max-width: 730px;
  background-image: url(../img/background/first-time.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.button--banner::before {
  content: "";
  position: absolute;
  z-index: 10;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 74, 117, 0.8);
}
.button--banner .button__span--text {
  margin-left: 1.5em;
  font-weight: 600;
  font-size: min(4.5vw, 30px);
  text-align: center;
  white-space: nowrap;
}
.button--banner .button__span--icon {
  width: min(4vw, 20px);
  height: min(6.8vw, 34px);
}
.button:hover {
  opacity: 1;
  background-position: left;
}
.button--banner:hover {
  opacity: 1;
  background-position: center;
}
.button--banner:hover::before {
  background-color: rgba(18, 74, 117, 0.4);
}

.title {
  color: #0060ab;
  font-weight: 700;
  font-size: 1.8em;
  line-height: 1.5;
}
.title__span {
  position: relative;
  color: currentColor;
  font-size: 100%;
}
.title__span::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  left: -0.75rem;
  top: 0.5rem;
  padding-top: 2rem;
  width: 2rem;
  background-color: #e1f0fc;
  transform: rotate(45deg);
}
.title--center {
  text-align: center;
}

.text {
  color: #000000;
  font-weight: 400;
  font-size: 1em;
  line-height: 2;
}

.list, .list__item {
  list-style-type: none;
  list-style-image: none;
}
.list__item {
  font-size: 1em;
}
.list__item:not(:first-of-type) {
  margin-top: 0.5em;
}
.list__item--line {
  border-bottom: 1px solid #0060ab;
}
.list__link {
  color: #0060ab;
  font-size: 100%;
}
.list__link:hover {
  color: #f6d326;
}
.list__text {
  font-size: 100%;
}
.list__item--disc, .list__item--square {
  position: relative;
  padding-left: 1em;
}
.list__item--check {
  position: relative;
  padding-left: 2rem;
}
.list__item--disc::before, .list__item--square::before {
  content: "";
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0.45em;
  left: 0.35em;
  width: 4px;
  height: 4px;
  aspect-ratio: 1/1;
  background-color: #000000;
}
.list__item--disc::before {
  border-radius: 50%;
}
.list__item--check::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0.2rem;
  left: 0;
  width: 1rem;
  height: 0.6rem;
  border-left: 0.3rem solid #707070;
  border-bottom: 0.3rem solid #707070;
  transform: rotate(-45deg);
}

.block {
  display: block;
  padding-top: 1em;
  padding-bottom: 1em;
}
.block--bt-sub2 {
  border-top: 1px solid #707070;
}
.block--hr {
  border-top: 1px solid #707070;
}
.block--lead:first-of-type, .block--group:first-of-type {
  padding-top: 0;
}
.block--lead:last-of-type, .block--group:last-of-type {
  padding-bottom: 0;
}

.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
}
.card__item {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
}

.section {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.section__wrap {
  margin-left: auto;
  margin-right: auto;
  padding: 3em 20px;
  width: 100%;
  max-width: 1240px;
}
.section__title {
  margin-bottom: 1em;
}
.section-sep {
  position: relative;
}
.section-sep::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  max-width: 1200px;
  background-color: #c2d6ff;
}

.br-sp {
  display: inline;
}

.br-pc {
  display: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.bg-base {
  color: #ffffff;
}

.bg-main {
  color: #0060ab;
}

.bg-sub {
  color: #85aeff;
}

.bg-sub2 {
  color: #707070;
}

.bg-accent {
  color: #0060ab;
}

.bg-title {
  color: #f6d326;
}

.bg-text {
  color: #000000;
}

.bg-hex0 {
  color: #000000;
}

.bg-hex1 {
  color: #111111;
}

.bg-hex2 {
  color: #222222;
}

.bg-hex3 {
  color: #333333;
}

.bg-hex4 {
  color: #444444;
}

.bg-hex5 {
  color: #555555;
}

.bg-hex6 {
  color: #666666;
}

.bg-hex7 {
  color: #777777;
}

.bg-hex8 {
  color: #888888;
}

.bg-hex9 {
  color: #999999;
}

.bg-hexa {
  color: #aaaaaa;
}

.bg-hexb {
  color: #bbbbbb;
}

.bg-hexc {
  color: #cccccc;
}

.bg-hexd {
  color: #dddddd;
}

.bg-hexe {
  color: #eeeeee;
}

.bg-hexf {
  color: #ffffff;
}

.color-base {
  color: #ffffff;
}

.color-main {
  color: #0060ab;
}

.color-sub {
  color: #85aeff;
}

.color-sub2 {
  color: #707070;
}

.color-accent {
  color: #0060ab;
}

.color-title {
  color: #f6d326;
}

.color-text {
  color: #000000;
}

.color-hex0 {
  color: #000000;
}

.color-hex1 {
  color: #111111;
}

.color-hex2 {
  color: #222222;
}

.color-hex3 {
  color: #333333;
}

.color-hex4 {
  color: #444444;
}

.color-hex5 {
  color: #555555;
}

.color-hex6 {
  color: #666666;
}

.color-hex7 {
  color: #777777;
}

.color-hex8 {
  color: #888888;
}

.color-hex9 {
  color: #999999;
}

.color-hexa {
  color: #aaaaaa;
}

.color-hexb {
  color: #bbbbbb;
}

.color-hexc {
  color: #cccccc;
}

.color-hexd {
  color: #dddddd;
}

.color-hexe {
  color: #eeeeee;
}

.color-hexf {
  color: #ffffff;
}

.background img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.background .lead-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
}
.background .lead-card__item {
  flex-grow: 0;
  flex-shrink: 0;
}
.background .lead-panel {
  margin: 0 auto;
  width: 100%;
}
.background .lead-panel__head {
  padding: 0.5em;
  background-color: #E3D8CC;
  color: #000000;
  font-weight: 600;
  font-size: 1.5em;
}
.background .lead-panel__body {
  padding: 0.5em;
  border: 1px solid #E3D8CC;
}
.background .lead-panel__title {
  font-size: 0.9em;
}
.background .lead-panel__text {
  font-size: 100%;
  line-height: 1.5;
}
.background .cost-panel {
  margin: 0 auto;
  width: 100%;
  max-width: 844px;
}
.background .cost-panel__head {
  padding: 0.5em;
  background-color: #F6D326;
  color: #000000;
  font-weight: 600;
  font-size: 1.5em;
}
.background .cost-panel__body {
  padding: 0.5em;
  border: 1px solid #F6D326;
}
.background .cost-panel__title {
  font-weight: 700;
  font-size: 0.9em;
}
.background .cost-panel__groups {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.background .cost-panel__group {
  display: block;
  text-align: left;
}
.background .cost-panel__text {
  font-size: 115%;
  font-weight: 700;
  line-height: 1.5;
}
.background .cost-panel__text-span {
  font-size: 100%;
}
.background .cost-panel__text-span--large {
  font-size: 280%;
  line-height: 1;
}
.background .cost-panel__text-span--gradient {
  background-image: linear-gradient(68deg, #0060ab 0%, #85aeff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background .cost-panel--wide {
  max-width: 1110px;
}
.background .cost-panel__group--flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.background .cost-panel__group--flex .cost-panel__item {
  flex-grow: 0;
  flex-shrink: 0;
}
.background .merit {
  background-color: #E1F0FC;
}
.background .merit__title {
  position: relative;
  padding-top: 3em;
  margin-bottom: 1em;
  font-size: 2em;
}
.background .merit__title::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  padding-top: max(8.6458333333vw, 166px);
  max-width: 616px;
  background-image: url(../img/background/title-back-merit.png);
}
.background .merit__title-span {
  position: relative;
  z-index: 20;
  color: #333333;
}
.background .merit-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
}
.background .merit-list:not(:first-of-type) {
  margin-top: 4em;
}
.background .merit-list__title {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  color: #0060ab;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.25;
}
.background .merit-list__title-span {
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
}
.background .merit-list__title-span--number {
  flex-basis: 15%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #85AEFF;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.background .merit-list__title-span--text {
  flex-basis: 85%;
  padding-left: 0.5em;
}
.background .merit-list__text {
  font-size: 0.8em;
  line-height: 1.5;
}
.background .flow {
  background-color: #ffffff;
}
.background .flow__title {
  position: relative;
  padding-top: 3em;
  margin-bottom: 1em;
  font-size: 2em;
}
.background .flow__title::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  padding-top: 29.0909090909%;
  max-width: 550px;
  background-image: url(../img/background/title-back-flow.png);
}
.background .flow__title-span {
  position: relative;
  z-index: 20;
  color: #333333;
}
.background .flow-list {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.background .flow-list__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1em;
  position: relative;
  z-index: 10;
  padding-top: 1em;
  padding-bottom: 1em;
}
.background .flow-list__item:not(:last-of-type)::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 15%;
  left: 7.5%;
  transform: translateX(-50%);
  width: 2px;
  height: calc(100% + 2em);
  background-image: radial-gradient(circle, #C2D6FF 2px, transparent 2px);
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 2px 10px;
}
.background .flow-list__number, .background .flow-list__head, .background .flow-list__body {
  flex-grow: 0;
  flex-shrink: 0;
}
.background .flow-list__number {
  flex-basis: 15%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #85AEFF;
  color: #ffffff;
  font-size: 150%;
  line-height: 1;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.background .flow-list__head {
  flex-basis: calc(85% - 1em);
}
.background .flow-list__head .title {
  color: #333333;
}
.background .flow-list__body {
  flex-basis: 100%;
  padding-left: 16%;
  padding-right: 1em;
}
.background .flow-list__body .text, .background .flow-list__body .list__item {
  font-size: 0.8em;
}
.background .flow-list__body .list__item::before {
  top: 0.35em;
}

@media screen and (min-width: 760px) {
  .main .mv_area .mv_img .img {
    padding-top: 25%;
    background-position: center;
  }
  .main .mv_area .mv_inner .squea {
    width: 30%;
    padding-top: 30%;
    left: 20%;
    top: 50%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    transform: translateY(-50%);
  }
  .main .mv_area .mv_inner .squea::before {
    width: 100%;
    height: 100%;
    transform-origin: center;
  }
  .main .mv_area .mv_inner .squea h2 {
    font-size: min(3.3vw, 50px);
  }
  .main .mv_area .mv_inner .squea p {
    font-size: min(1.3vw, 20px);
    font-size: min(2.4vw, 40px);
  }
}
@media screen and (min-width: 1024px) {
  .button {
    padding: 1em 2em;
  }
  .button--banner .button__span--text {
    margin-left: 5em;
  }
  .title {
    font-size: 35px;
  }
  .text {
    font-size: 1em;
  }
  .list__item {
    font-size: 1em;
  }
  .list__item:not(:first-of-type) {
    margin-top: 0.5em;
  }
  .list__item--check {
    padding-left: 2rem;
  }
  .list__item--check::before {
    top: 0.2rem;
    left: 0;
    width: 1rem;
    height: 0.6rem;
    border-left-width: 0.3rem;
    border-bottom-width: 0.3rem;
  }
  .block {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .block--lead {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .block--lead:first-of-type {
    padding-top: 0;
  }
  .block--lead:last-of-type {
    padding-bottom: 0;
  }
  .card {
    gap: 1em;
  }
  .section__wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section__title {
    margin-bottom: 2rem;
  }
  .br-sp {
    display: none;
  }
  .br-pc {
    display: inline;
  }
  .background .lead-card {
    flex-direction: row;
    align-items: stretch;
    gap: 95px;
  }
  .background .lead-card__item--body {
    flex-basis: calc(53% - 95px);
  }
  .background .lead-card__item--media {
    flex-basis: 47%;
  }
  .background .lead-panel__head {
    padding: 15px;
  }
  .background .lead-panel__body {
    padding: 24px;
  }
  .background .lead-panel__title {
    font-size: 20px;
  }
  .background .lead-panel__text {
    font-size: 16px;
    line-height: 1.5;
  }
  .background .solution__title {
    text-align: center;
  }
  .background .cost-panel__head {
    padding: 25px;
  }
  .background .cost-panel__body {
    padding: 40px;
    border-width: 3px;
  }
  .background .cost-panel__title {
    font-size: 24px;
  }
  .background .cost-panel__text {
    font-size: 35px;
  }
  .background .cost-panel__text-span--large {
    font-size: 120px;
  }
  .background .cost-panel__group--flex {
    flex-direction: row;
    align-items: center;
    width: 100%;
  }
  .background .cost-panel__group--flex .cost-panel__item--label {
    flex-basis: 25%;
  }
  .background .cost-panel__group--flex .cost-panel__item--value {
    flex-basis: 75%;
  }
  .background .merit__wrap,
  .background .flow__wrap {
    padding-top: 0;
  }
  .background .merit__title {
    font-size: 50px;
  }
  .background .merit-list {
    flex-direction: row;
    align-items: stretch;
    gap: 0;
  }
  .background .merit-list:not(:first-of-type) {
    margin-top: 80px;
  }
  .background .merit-list__item {
    flex-grow: 0;
    flex-shrink: 0;
  }
  .background .merit-list__item--body {
    flex-basis: 66.6666666667%;
  }
  .background .merit-list__item--media {
    flex-basis: 33.3333333333%;
  }
  .background .merit-list__title {
    margin-bottom: 20px;
  }
  .background .merit-list__title-span--number {
    flex-basis: 124px;
    font-size: 55px;
  }
  .background .merit-list__title-span--text {
    flex-basis: calc(100% - 124px);
    padding-left: 25px;
  }
  .background .merit-list__text {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 1em;
    line-height: 1.5;
  }
  .background .flow__title {
    font-size: 50px;
  }
  .background .flow__title::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    padding-top: 29.0909090909%;
    max-width: 550px;
    background-image: url(../img/background/title-back-flow.png);
  }
  .background .flow__title-span {
    position: relative;
    z-index: 20;
    color: #333333;
  }
  .background .flow-list__item {
    flex-wrap: nowrap;
    gap: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .background .flow-list__item:not(:last-of-type)::before {
    top: 40%;
    left: 3.25%;
    height: calc(100% + 60px);
  }
  .background .flow-list__number {
    flex-basis: 6.5%;
    font-size: 35px;
  }
  .background .flow-list__head {
    flex-basis: 28.5%;
  }
  .background .flow-list__body {
    flex-basis: 65%;
    padding-left: 90px;
    padding-right: 0;
  }
  .background .flow-list__body .text, .background .flow-list__body .list__item {
    font-size: 1em;
  }
  .background .flow-list__body .list__item::before {
    top: 0.45em;
  }
}

/*# sourceMappingURL=background.css.map */
