@charset "UTF-8";
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

picture, video, canvas {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

#root, #__next {
  isolation: isolate;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@media print, screen and (min-width: 480px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 479px) {
  html {
    font-size: 2.5vw;
  }
}

body {
  font-size: 16px;
  font-size: 1.6rem;
}
body {
  line-height: 1.7;
  color: #000000;
  background: #fff;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  margin: 0;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #066bbd;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #066bbd;
  text-decoration: underline;
}
a:visited {
  color: #066bbd;
}

@media print, screen and (min-width: 480px) {
  a[href^="tel:"] {
    pointer-events: none;
    display: inline-block;
  }
}

ul {
  padding: 0;
}
ul li {
  list-style: none;
}

.site-header {
  width: 100%;
  position: relative;
}

.header-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 5px;
  }
}

.header-logo-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6px;
  height: 112px;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .header-logo-area {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header-logo-area {
    height: auto;
    padding: 10px 0;
  }
}

.logo-image {
  width: 500px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .logo-image {
    width: auto;
    max-width: 75%;
  }
}

.logo-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 10px;
}

.logo-institution {
  font-size: 13px;
  font-size: 1.3rem;
}
.logo-institution {
  font-weight: 700;
  color: #000000;
  line-height: 1.4;
  margin-bottom: 4px;
}

.logo-title-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 6px;
}

.logo-title {
  font-size: 20px;
  font-size: 2rem;
}
.logo-title {
  font-weight: 700;
  color: #000000;
  white-space: nowrap;
}

.logo-subtitle {
  font-size: 12px;
  font-size: 1.2rem;
}
.logo-subtitle {
  font-weight: 700;
  color: #000000;
  white-space: nowrap;
}

.gnavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
  align-items: center;
}
.gnavi a {
  font-size: 16px;
  font-size: 1.6rem;
}
.gnavi a {
  font-weight: 700;
  color: #000000;
  text-decoration: none;
  line-height: 22px;
}
.gnavi a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .gnavi {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #ffffff;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  .gnavi ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .gnavi li {
    border-top: 1px solid #dddddd;
    width: 100%;
  }
  .gnavi li:last-child {
    border-bottom: 1px solid #dddddd;
  }
  .gnavi a {
    display: block;
    padding: 14px 20px;
    white-space: normal;
    text-align: left;
  }
}

.lang-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  text-decoration: none;
}
.lang-btn svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lang-btn span {
  font-size: 12px;
  font-weight: 500;
  color: #555555;
}
.lang-btn:hover {
  opacity: 0.75;
}
.lang-btn--pc {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .lang-btn--pc {
    display: none;
  }
}
.lang-btn--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .lang-btn--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 20px;
    border-bottom: 1px solid #dddddd;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 44px;
    height: 44px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    position: absolute;
    right: 0;
    top: 10px;
  }
  .hamburger span {
    display: block;
    width: 26px;
    height: 2px;
    background-color: #000000;
    -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
    transition: opacity 0.25s, -webkit-transform 0.25s;
    transition: transform 0.25s, opacity 0.25s;
    transition: transform 0.25s, opacity 0.25s, -webkit-transform 0.25s;
  }
  .hamburger[aria-expanded=true] span:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  .hamburger[aria-expanded=true] span:nth-child(2) {
    opacity: 0;
  }
  .hamburger[aria-expanded=true] span:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}

.site-footer, .site-footer-en {
  background-color: #f9f9f9;
  margin-top: 80px;
  width: 100%;
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
}
@media screen and (max-width: 767px) {
  .site-footer, .site-footer-en {
    margin-top: 20px;
  }
}

.footer-link {
  font-size: 16px;
  font-size: 1.6rem;
}
.footer-link {
  font-weight: 400;
  color: #066bbd;
  text-decoration: none;
  text-decoration: underline;
}
.footer-link:hover {
  text-decoration: underline;
}

.footer-copyright {
  font-size: 12px;
  font-size: 1.2rem;
}
.footer-copyright {
  font-weight: 400;
  color: #666666;
}

.icon-chevron-right {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.breadcrumb-nav {
  margin: 28px 0;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumb__item {
  font-size: 12px;
  font-size: 1.2rem;
}
.breadcrumb__item {
  color: #333333;
  line-height: 1;
}
.breadcrumb__item + .breadcrumb__item::before {
  content: ">";
  margin: 0 6px;
  color: #333333;
}
.breadcrumb__item a {
  color: #333333;
  text-decoration: none;
}
.breadcrumb__item a:hover {
  text-decoration: underline;
}

.sp-navi-wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-navi-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #7c31b2;
    padding: 20px 15px;
  }
}

.sp-navi {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  row-gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.sp-navi a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 45px;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 12px 21px;
  font-size: 14px;
  font-size: 1.4rem;
}
.sp-navi a {
  font-weight: 700;
  color: #333333;
  text-decoration: none;
  text-align: center;
  line-height: 1.36;
}

body.toppage {
  background: url(../img/main_bg.jpg) no-repeat 0% 0%;
  background-size: 100% 40vw;
}

.center {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .mainvisual {
    margin-top: 2em;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual {
    margin-bottom: 12px;
  }
}

.sec-top {
  padding: 65px 0;
}
@media screen and (max-width: 767px) {
  .sec-top {
    padding: 33px 0;
  }
}
.sec-top > *:first-child {
  margin-top: 0;
}

.sec01 {
  padding-bottom: 3em;
}
.sec01 .container {
  max-width: 695px;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}

.lead01 {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
.lead01 {
  font-weight: 700;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .lead01 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0px 10px;
}

.narrow-container {
  max-width: 820px;
  margin: 0 auto;
  padding: 0px 10px;
}

.bg-gray {
  background: #F9F9F9;
}

.h2-01 {
  text-align: center;
  margin-bottom: 26px;
}

.h2-02 {
  background-color: #7c31b2;
  color: #ffffff;
  font-size: 20px;
  font-size: 2rem;
}
.h2-02 {
  font-weight: 700;
  padding: 14px 19px;
  line-height: 1.36;
  margin: 0;
}

.h3-01 {
  margin-top: 2.5em;
  color: #7c31b2;
  background: rgba(124, 49, 178, 0.1);
  padding: 0.5em;
  display: flow-root;
}

.voice-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 62px;
}

.voice-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.anchor-list--sm {
  gap: 11px;
}

.accordion {
  max-width: 100%;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  margin-top: 36px;
}

.accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #7c31b2;
  border-radius: 8px;
  padding: 14px 19px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: border-radius 0s 0.2s;
  transition: border-radius 0s 0.2s;
}
.accordion-header[aria-expanded=true] {
  border-radius: 8px 8px 0 0;
  -webkit-transition: border-radius 0s;
  transition: border-radius 0s;
}
.accordion-header[aria-expanded=true] .accordion-toggle .icon::before {
  content: "−";
}

.accordion-title {
  color: #ffffff;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
}
.accordion-title {
  line-height: 1.36;
}
@media screen and (max-width: 767px) {
  .accordion-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.accordion-toggle {
  width: 31px;
  height: 31px;
  background-color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.accordion-toggle .icon {
  color: #7c31b2;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
}
.accordion-toggle .icon {
  line-height: 1;
}
.accordion-toggle .icon::before {
  content: "+";
}

.accordion-body {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-radius: 0 0 8px 8px;
  padding: 24px 19px;
  display: none;
}
.accordion-body p {
  font-size: 16px;
  font-size: 1.6rem;
}
.accordion-body p {
  line-height: 1.7;
  color: #333333;
}
.accordion-body a {
  text-decoration: underline;
}

.anchor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-left: 20px;
  position: relative;
}
.anchor::before {
  content: "●";
  color: #7c31b2;
  font-size: 10px;
  font-size: 1rem;
}
.anchor::before {
  position: absolute;
  left: 0;
  top: 0.9em;
  line-height: 1;
}
.anchor a {
  font-size: 16px;
  font-size: 1.6rem;
}
.anchor a {
  font-weight: 700;
  color: #066bbd;
  text-decoration: underline;
}
.anchor a:hover {
  opacity: 0.75;
}
.anchor strong {
  font-size: 16px;
  font-size: 1.6rem;
}
.anchor strong {
  font-weight: 700;
}
.anchor--lg a,
.anchor--lg strong {
  font-size: 18px;
  font-size: 1.8rem;
}
.anchor--mt {
  margin-top: 32px;
}

.table-scroll {
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-scroll {
    scrollbar-width: thin;
    scrollbar-color: #aaaaaa #eeeeee;
  }
  .table-scroll::-webkit-scrollbar {
    height: 4px;
  }
  .table-scroll::-webkit-scrollbar-track {
    background: #eeeeee;
    border-radius: 2px;
  }
  .table-scroll::-webkit-scrollbar-thumb {
    background: #aaaaaa;
    border-radius: 2px;
  }
}

.table01 {
  width: auto;
  border-collapse: collapse;
  font-size: 14px;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .table01 {
    table-layout: fixed;
    max-width: 100%;
  }
}
.table01 th,
.table01 td {
  border: 1px solid #e0e0e0;
  padding: 10px 20px;
  text-align: center;
  white-space: nowrap;
}
.table01 thead th {
  background-color: #f0f0f0;
  font-weight: 700;
  color: #000000;
}
.table01 tbody td {
  background-color: #ffffff;
  color: #333333;
}
.table01--left-head th:first-child,
.table01--left-head td:first-child {
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .table01--full {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .table01--w33 {
    width: 33%;
  }
}

@media print, screen and (min-width: 768px) {
  .banner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .banner-list {
    text-align: center;
  }
}

.banner-item {
  display: block;
  margin-top: 10px;
}
.banner-item img {
  width: 300px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  background-color: #d9d9d9;
  margin-left: auto;
  margin-right: auto;
}
.banner-item:hover {
  opacity: 0.85;
}
@media screen and (max-width: 767px) {
  .banner-item img {
    width: 185px;
    max-width: 100%;
    height: auto;
  }
}

.entry-body p {
  margin-top: 2em;
}
.entry-body a {
  text-decoration: underline;
}

@media print, screen and (min-width: 768px) {
  .img-r {
    width: auto;
    float: right;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .img-r {
    text-align: center;
  }
}

.mt5 {
  margin-top: 5px;
}

.career-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 66px;
}
@media screen and (max-width: 767px) {
  .career-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 21px;
  }
}

.career-banner__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .career-banner__body {
    gap: 21px;
    width: 100%;
  }
}

.career-banner__text {
  font-size: 16px;
  font-size: 1.6rem;
}
.career-banner__text {
  color: #000000;
  line-height: 1.7;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .career-banner__text {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.career-banner__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #7c31b2;
  border-radius: 8px;
  height: 62px;
  padding: 0 29px 0 43px;
  text-decoration: none;
  color: #ffffff;
}
.career-banner__btn span {
  font-size: 18px;
  font-size: 1.8rem;
}
.career-banner__btn span {
  font-weight: 700;
  color: #ffffff;
}
.career-banner__btn:hover {
  opacity: 0.85;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .career-banner__btn {
    height: 54px;
    padding: 0 40px 0 53px;
  }
  .career-banner__btn span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.career-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  list-style: none;
  padding: 0;
  margin: 2em 0 0;
}
@media screen and (max-width: 767px) {
  .career-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.career-banner__img {
  width: 336px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.career-banner__img img {
  width: 100%;
  height: 201px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  background-color: #d9d9d9;
}
@media screen and (max-width: 767px) {
  .career-banner__img {
    width: 100%;
  }
  .career-banner__img img {
    width: 336px;
    max-width: 100%;
    height: 201px;
    margin: 0 auto;
  }
}

.page-hero {
  position: relative;
  height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .page-hero {
    height: 160px;
    margin-top: 0;
  }
}

.page-hero__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 20px;
}

.page-hero__title {
  font-size: 30px;
  font-size: 3rem;
}
.page-hero__title {
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4;
  margin: 0 0 11px;
}
@media screen and (max-width: 767px) {
  .page-hero__title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.page-hero__subtitle {
  font-size: 12px;
  font-size: 1.2rem;
}
.page-hero__subtitle {
  color: #ffffff;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .page-hero__subtitle {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
/*# sourceMappingURL=style.css.map */