*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  max-width: 100%;
}

p {
  word-wrap: break-word;
}

input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
  font-size: 16px;
}
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #333333;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;  /* modify by copilot */
}

::placeholder, :-ms-input-placeholder, ::-webkit-input-placeholder {
  font-size: 16px;
  color: #7f7f7f;
}

::-webkit-input-placeholder {
  /* Edge */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
}

textarea {
  resize: none;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column,
.flex-row {
  -webkit-box-direction: normal !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.custom-container {
  width: 100%;
  max-width: 1400px;
  padding-inline: 20px;
  margin-inline: auto;
}

.sc-banner {
  position: relative;
}
.sc-banner img {
  max-height: 650px;
  object-fit: cover;
  width: 100%;
  height: 250px;
}
.sc-banner .caption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: white;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 1px;
  z-index: 3;
}
.sc-banner figure {
  position: relative;
}
.sc-banner figure:before {
  background: rgba(63, 81, 181, 0.5882352941);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

figure {
  margin-bottom: 0;
}

.content-wrapper {
  background: #001f63;
  padding-top: 60px;
  padding-bottom: 170px;
  color: #ffffff;
  position: relative;
}

.dot-pattern {
  margin-bottom: 30px;
}

.line-pattern {
  position: absolute;
  bottom: 0;
  left: 0;
}

.sc-section {
  margin-bottom: 80px;
}
.sc-section.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.sc-section .title {
  font-size: 24px;
  margin-bottom: 10px;
}
.sc-section .sc-gap {
  padding-left: 30px;
  line-height: 32px;
}
.sc-section p {
  line-height: 32px;
}
.sc-section .col-left {
  width: 40%;
}
.sc-section .col-right {
  width: 60%;
}

.division-overview span {
  display: inline-block;
}
.division-overview span.span-label {
  min-width: 170px;
  font-weight: bold;
}

.officer span {
  display: inline-block;
}
.officer span.span-label {
  min-width: 100px;
  font-weight: bold;
}

.licensed-business span {
  display: inline-block;
}
.licensed-business span.span-label {
  min-width: 110px;
  font-weight: bold;
}

.history span {
  display: inline-block;
}
.history span.span-year {
  min-width: 80px;
}
.history span.span-month {
  min-width: 50px;
}
.history p {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.footer-logo {
  position: absolute;
  right: 15px;
  bottom: 10px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .sc-section .col-left {
    width: 100%;
    margin-bottom: 30px;
  }
  .sc-section.d-flex {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}
@media screen and (max-width: 680px) {
  .sc-section .sc-gap {
    padding-left: 15px;
  }
  .division-overview p,
  .licensed-business p,
  .officer p {
    margin-bottom: 20px;
  }
  .division-overview span.span-label,
  .licensed-business span.span-label,
  .officer span.span-label {
    display: block;
  }
  .history p {
    margin-bottom: 20px;
    display: inline-block !important;
  }
  .history p .span-info {
    width: 100%;
    display: block;
  }
  .line-pattern {
    width: 40%;
  }
  .footer-logo {
    width: 35%;
  }
}

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