@charset "UTF-8";
#main {
  background: #fff;
}

* {
  box-sizing: border-box;
}

.c-wrapper {
  width: 100%;
}

.c-breadcrumbs {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.license-guide {
  color: #000;
  background: #ffffff;
  overflow: hidden;
}
.license-guide__hero {
  position: relative;
  height: 260px;
  display: flex;
  align-items: center;
  background: #cceaf5;
  overflow: hidden;
  margin-bottom: 50px;
}
.license-guide__hero-media {
  position: absolute;
  inset: 0;
}
.license-guide__hero-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: right center;
}
@media (min-width: 1400px) {
  .license-guide__hero-image {
    object-fit: contain;
  }
}
.license-guide__hero-inner {
  position: relative;
  z-index: 2;
  width: 1000px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.license-guide__hero-title {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
}
.license-guide__body {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 100px auto 80px auto;
}
.license-guide__section {
  margin-bottom: 100px;
}
.license-guide__section:last-child {
  margin-bottom: 0;
}
.license-guide__section-title {
  padding-bottom: 16px;
  border-bottom: 1px solid #00246e;
  color: #00246e;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
}
.license-guide__tables {
  margin-top: 30px;
}
.license-guide__table-block + .license-guide__table-block {
  margin-top: 50px;
}
.license-guide__table-heading {
  position: relative;
  padding-left: 18px;
  color: #00246e;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}
.license-guide__table-heading::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00246e;
}
.license-guide__table-wrap {
  margin-top: 10px;
  overflow-x: auto;
}
.license-guide__table {
  width: 100%;
  min-width: 1000px;
  border-collapse: collapse;
  table-layout: fixed;
  border-bottom: 4px solid #f6f6f6;
}
.license-guide__table-caption {
  position: absolute;
  left: -9999px;
}
.license-guide__table-head, .license-guide__table-label, .license-guide__table-cell {
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  word-break: break-word;
}
.license-guide__table-head-group th:not(:first-child), .license-guide__table-body th + th, .license-guide__table-body th + td, .license-guide__table-body td + td {
  border-left: 1px solid #e0e0e0;
}
.license-guide__table-head-group th:not(:first-child) {
  border-left: 1px solid #ffffff;
}
.license-guide__table-head {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  background: #f6f6f6;
  padding: 14px 12px;
}
.license-guide__table-head-text {
  display: block;
  line-height: 1.3;
}
.license-guide__table-head--empty {
  background: #ffffff;
}
.license-guide__table-head--standard {
  background: #c5d9ec;
}
.license-guide__table-head--semi-middle {
  background: #bce9e3;
}
.license-guide__table-head--middle {
  background: #fcebb7;
}
.license-guide__table-head--large {
  background: #f7cbce;
}
.license-guide__table-label {
  width: 22%;
  text-align: left;
  font-weight: 700;
}
.license-guide__table-row:nth-child(odd) .license-guide__table-label, .license-guide__table-row:nth-child(odd) .license-guide__table-cell {
  background: #f6f6f6;
}
.license-guide__intro {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 30px;
}
.license-guide__intro-image {
  width: 200px;
  flex: 0 0 200px;
}
.license-guide__intro-image-item {
  width: 100%;
  display: block;
}
.license-guide__intro-body {
  flex: 1;
  padding: 0 25px;
}
.license-guide__lead {
  color: #00246e;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
}
.license-guide__text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.8;
}
.license-guide__panel {
  margin-top: 30px;
  padding: 30px 50px;
  border-radius: 10px;
  background: #f6f6f6;
}
.license-guide__panel-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #00246e;
  color: #00246e;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
}
.license-guide__panel-text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.7;
}
.license-guide__eligibility {
  display: flex;
  gap: 20px;
  align-items: stretch;
  margin-top: 15px;
}
.license-guide__eligibility-card {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 20px 40px;
  border-radius: 6px;
  background: #ffffff;
}
.license-guide__eligibility-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  flex: 1 1 auto;
  padding-bottom: 6px;
}
.license-guide__eligibility-card:first-child .license-guide__eligibility-txt {
  gap: 0;
  flex: 0 0 auto;
  padding-bottom: 6px;
}
.license-guide__eligibility-title {
  width: 100%;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  color: #000;
}
.license-guide__eligibility-image {
  width: 172px;
  height: 120px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.license-guide__eligibility-image-item {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}
.license-guide__eligibility-note {
  width: 100%;
  font-size: 12px;
  line-height: 1.5;
  color: #000;
  flex: 1 1 auto;
}
.license-guide__button-wrap {
  width: 100%;
  flex-shrink: 0;
}
.license-guide__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 30px;
  border-radius: 50px;
  background: #00246e;
  color: #ffffff;
  font-size: 17px;
  line-height: normal;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.license-guide__steps {
  display: flex;
  align-items: stretch;
  gap: 30px;
  margin-top: 15px;
}
.license-guide__step {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 15px;
  border-radius: 6px;
  background: #ffffff;
  position: relative;
  /* ステップ間の矢印（arrow.svg） */
}
.license-guide__step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 15px);
  width: 13px;
  height: 19px;
  margin-top: -10px;
  transform: translateX(-50%);
  background: url(/images/guide/license/arrow.svg) no-repeat center;
  background-size: contain;
  z-index: 1;
}
.license-guide__step-icon {
  width: 80px;
  flex-shrink: 0;
}
.license-guide__step-icon-image {
  width: 100%;
  display: block;
}
.license-guide__step-text {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}
.license-guide__step-line, .license-guide__step-number {
  display: block;
  line-height: 1.5;
  margin: 0;
}
.license-guide__step-line {
  font-size: 14px;
  color: #000;
}
.license-guide__step-line:first-of-type {
  margin-top: 0;
}
.license-guide__step-number {
  color: #00246e;
  font-size: 22px !important;
}
.license-guide__date {
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
}
.license-guide__pagetop {
  position: fixed;
  right: 20px;
  bottom: 110px;
  z-index: 100;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #00246e;
  box-shadow: 0 2px 6px rgb(153, 153, 153);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.license-guide .part-reserve.part-reserve--compact .part-reserve__layout {
  grid-template-columns: 1fr 1fr;
}
.license-guide .part-reserve-sp {
  margin-inline: 0;
}

@media (max-width: 768px) {
  .c-breadcrumbs {
    width: 90.6666666667vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
  .license-guide__hero {
    height: 58.6666666667vw;
    align-items: flex-end;
    padding-bottom: 10.6666666667vw;
    margin-bottom: 0;
  }
  .license-guide__hero::before {
    background: linear-gradient(180deg, rgba(204, 234, 245, 0) 0%, rgba(204, 234, 245, 0.4) 45%, #cceaf5 100%);
  }
  .license-guide__hero-image {
    object-position: center top;
  }
  .license-guide__hero-inner {
    width: 89.8666666667vw;
    padding: 0 6.6666666667vw;
  }
  .license-guide__hero-title {
    font-size: 6.4vw;
  }
  .license-guide__body {
    width: 89.8666666667vw;
    padding: 21.3333333333vw 0 16vw;
  }
  .license-guide__section {
    margin-bottom: 21.3333333333vw;
  }
  .license-guide__section-title {
    font-size: 5.8666666667vw;
  }
  .license-guide__table-block + .license-guide__table-block {
    margin-top: 8vw;
  }
  .license-guide__table-heading {
    padding-left: 4.8vw;
    font-size: 4.2666666667vw;
  }
  .license-guide__table-heading::before {
    top: 2.4vw;
    width: 1.6vw;
    height: 1.6vw;
  }
  .license-guide__table {
    min-width: 160vw;
  }
  .license-guide__table-wrap--compact, .license-guide__table-wrap--compact-4, .license-guide__table-wrap--compact-5 {
    overflow-x: visible;
  }
  .license-guide__table--compact, .license-guide__table--compact-4, .license-guide__table--compact-5 {
    min-width: 0;
    table-layout: fixed;
  }
  .license-guide__table--compact .license-guide__table-head, .license-guide__table--compact .license-guide__table-label, .license-guide__table--compact .license-guide__table-cell {
    padding: 2.6666666667vw 2.1333333333vw;
    font-size: 3.2vw;
    line-height: 1.3;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
  .license-guide__table--compact .license-guide__table-head {
    padding-top: 3.7333333333vw;
    padding-bottom: 3.7333333333vw;
    font-size: 4vw;
  }
  .license-guide__table--compact .license-guide__table-label {
    width: 34%;
  }
  .license-guide__table--compact-4 .license-guide__table-head, .license-guide__table--compact-4 .license-guide__table-label, .license-guide__table--compact-4 .license-guide__table-cell {
    padding: 2.6666666667vw 3.2vw;
    font-size: 2.9333333333vw;
    line-height: 1.3;
    overflow-wrap: anywhere;
  }
  .license-guide__table--compact-4 .license-guide__table-head {
    padding-top: 3.7333333333vw;
    padding-bottom: 3.7333333333vw;
    font-size: 3.4666666667vw;
  }
  .license-guide__table--compact-4 .license-guide__table-label {
    width: 25%;
    word-break: normal;
  }
  .license-guide__table--compact-5 .license-guide__table-head, .license-guide__table--compact-5 .license-guide__table-label, .license-guide__table--compact-5 .license-guide__table-cell {
    padding: 2.6666666667vw 3.2vw;
    font-size: 2.6666666667vw;
    line-height: 1.3;
    overflow-wrap: anywhere;
  }
  .license-guide__table--compact-5 .license-guide__table-head {
    padding-top: 3.7333333333vw;
    padding-bottom: 3.7333333333vw;
    font-size: 2.9333333333vw;
  }
  .license-guide__table--compact-5 .license-guide__table-label {
    width: 20%;
    word-break: normal;
  }
  .license-guide__table-head, .license-guide__table-label, .license-guide__table-cell {
    padding: 2.1333333333vw 1.6vw;
    font-size: 2.6666666667vw;
  }
  .license-guide__table-head {
    font-size: 2.6666666667vw;
  }
  .license-guide__intro {
    flex-direction: column;
    align-items: center;
    gap: 8vw;
  }
  .license-guide__intro-image {
    width: 32vw;
    flex-basis: auto;
  }
  .license-guide__intro-body {
    padding: 0 6.6666666667vw;
  }
  .license-guide__lead {
    font-size: 5.8666666667vw;
  }
  .license-guide__text {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .license-guide__panel {
    padding: 5.3333333333vw;
  }
  .license-guide__panel-title {
    font-size: 5.8666666667vw;
  }
  .license-guide__panel-text {
    font-size: 3.7333333333vw;
  }
  .license-guide__eligibility {
    flex-direction: column;
  }
  .license-guide__eligibility-card {
    padding: 5.3333333333vw;
  }
  .license-guide__eligibility-title {
    font-size: 5.3333333333vw;
  }
  .license-guide__eligibility-image {
    width: 30.4vw;
    margin-top: 1.6vw;
  }
  .license-guide__eligibility-note {
    font-size: 3.2vw;
  }
  .license-guide__button {
    font-size: 4.5333333333vw;
    padding: 2.6666666667vw 4.8vw;
  }
  .license-guide__steps {
    flex-direction: column;
  }
  .license-guide__step {
    flex-direction: row;
    align-items: center;
    gap: 4vw;
  }
  .license-guide__step-icon {
    flex: 0 0 21.3333333333vw;
  }
  .license-guide__step-text {
    margin-top: 0;
  }
  .license-guide__step-line {
    font-size: 4.2666666667vw;
  }
  .license-guide__step-number {
    font-size: 5.3333333333vw !important;
  }
  .license-guide__step:not(:last-child)::after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -7vw;
    margin-top: 0;
    transform: translateX(-50%) rotate(90deg);
    background: url(/images/guide/license/arrow.svg) no-repeat center;
    background-size: contain;
    width: 3.4666666667vw;
    height: 5.0666666667vw;
  }
  .license-guide__date {
    font-size: 3.2vw;
  }
  .license-guide__pagetop {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    right: 4vw;
    bottom: 15vw;
    font-size: 3.2vw;
  }
}

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