@charset "utf-8";
html.is-overlay-active {
  overflow: hidden;
}
/*! ========================================
  common.css
========================================= */
header {
  font-family: Noto Sans JP, Hiragino Sans, Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  color: #333;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.5;
}
header a {
  text-decoration: none;
}
header small {
  font-size: 80%;
}
header img {
  border-style: none;
  /* max-width: 100%; */
  height: auto;
  vertical-align: middle;
}
header button {
  font-family: Noto Sans JP, Hiragino Sans, Meiryo, sans-serif;
  margin: 0;
  font-size: 100%;
  font-family: inherit;
  line-height: 1.15;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
}
header button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
header button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
header li,
header ul {
  margin: 0;
  padding: 0;
}
header ul {
  list-style: none;
}
header .js-dummy-focus {
  outline: none !important;
}
/* @font-face {
  font-weight: 400;
  font-family: icons;
  font-style: normal;
  src: url(fonts/icons.eot);
  src: url(fonts/icons.eot?#iefix) format('eot'), url(fonts/icons.woff) format('woff'), url(fonts/icons.ttf) format('truetype'), url(fonts/icons.svg#icons) format('svg');
} */
header .l-container {
  width: 90vw;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}
header .l-container._middle {
  max-width: 1200px;
}
.p-header * {
  box-sizing: border-box;
}
.p-header a {
  text-decoration: none;
}
.p-header__inner {
  position: relative;
  z-index: 1001;
  background: #fff;
}
.p-header__top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-header__logo,
.p-header__top {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-header__logo {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 64px;
}
.p-header__logo a {
  display: block;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-header__logo-mark {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 65px;
  height: auto;
  line-height: 0;
}
.p-header__logo-mark .logo {
  width: 100%;
}
.p-header__nav {
  display: none;
  text-align: left;
}
.p-header__nav-container {
  padding: 2rem 0 5rem;
}
.p-header__utility {
  display: none;
}
.p-header__utility-nav .p-header__utility-button {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.p-header__utility-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 -0.7rem;
  list-style: none;
}
.p-header__utility-item {
  padding: 0 0.7rem;
}
.p-header__utility-link {
  display: block;
  overflow: visible;
  color: #2d4486;
  font-weight: 700;
  font-size: 1.4rem;
  vertical-align: middle;
}
.p-header__utility-button {
  font-weight: 700;
  font-size: 1.3rem !important;
  line-height: inherit;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-header__global-nav-inner {
  width: 100%;
}
.p-header__global {
  line-height: 1.4;
}
.p-header__global-items {
  list-style: none;
}
.p-header__global-title {
  position: relative;
  width: 100%;
}
.p-header__global-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  font-weight: 700;
}
.p-header__sp-global-toggle {
  position: absolute;
  top: 0;
  right: -12px;
  width: 48px;
  height: 100%;
}
.p-header__sp-toggle-btn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: visible;
  font-weight: 700;
  font-size: 1.1rem;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-header__sp-toggle-btn._globalmenu .line {
  position: relative;
  display: block;
}
.p-header__sp-toggle-btn._globalmenu .line > span {
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: 1px;
  margin: auto;
}
.p-header__sp-toggle-btn._globalmenu .line > span:before {
  display: block;
  width: 100%;
  height: 100%;
  background: #333;
  content: '';
}
.p-header__sp-toggle-btn._globalmenu .line > span:first-child {
  top: 0;
  -webkit-transition: top 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), top 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), top 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), top 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-header__sp-toggle-btn._globalmenu .line > span:nth-child(2) {
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-header__sp-toggle-btn._globalmenu .line > span:nth-child(3) {
  top: 15px;
  -webkit-transition: top 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), top 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), top 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), top 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-header__sp-toggle-btn._globalmenu.is-active .line > span:first-child {
  top: 7.5px;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.p-header__sp-toggle-btn._globalmenu.is-active .line > span:nth-child(2) {
  opacity: 0;
}
.p-header__sp-toggle-btn._globalmenu.is-active .line > span:nth-child(3) {
  top: 7.5px;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.p-header .c-icon__outer {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-header button {
  padding: 0;
  font-size: 1em;
  background: rgba(0, 0, 0, 0);
}
.p-header .c-button {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 100%;
  max-width: 295px;
  padding: 1.5rem 2rem;
  overflow: hidden;
  color: #4676bf;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-align: center;
  text-decoration: none !important;
  background: #fff;
  border: 1px solid #4676bf;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-header .c-button._round {
  border-radius: 10px;
}
.p-header .c-button:disabled {
  color: #9e9e9e !important;
  background: #f3f3f3 !important;
}
.p-header .c-button:disabled {
  pointer-events: none;
}
@media only print, screen and (min-width: 768px) {
  body .p-header {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .p-header .l-container {
    width: calc(100% - 60px);
  }
  .p-header__logo-mark {
    width: 250px;
  }
  .p-header .c-button {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media (hover: hover) {
  .p-header__utility-link:hover {
    text-decoration: underline;
  }
  .p-header__sp-toggle-btn:hover {
    opacity: 0.75;
  }
  .p-header .c-button:hover {
    background: #e9f1fc;
  }
}
@media print {
  .p-header * {
    color: #000 !important;
    text-shadow: none !important;
    background: rgba(0, 0, 0, 0) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .p-header a,
  .p-header a:visited {
    text-decoration: underline;
  }
  .p-header img {
    page-break-inside: avoid;
  }
  .p-header img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm 0.5cm;
  }
}
@media only print, screen and (min-width: 1025px) {
  .p-header__inner:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    content: '';
    pointer-events: none;
  }
  .p-header__nav {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    background: #f8f8f8;
    border-top: 1px solid #e6e6e6;
  }
  .p-header__nav .js-dummy-focus {
    pointer-events: none;
  }
  .p-header__nav-container {
    position: relative;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
  }
  .p-header__nav-container,
  .p-header__nav-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-header__nav-inner {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
  }
  .p-header__utility {
    display: block;
  }
  .p-header__utility-link {
    font-size: 1.3rem;
  }
  .p-header__global {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 1.5rem;
  }
  .p-header__global,
  .p-header__global-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-header__global-items {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-header__global-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .p-header__global-item:last-child .p-header__global-title:after {
    position: absolute;
    top: 20%;
    right: 0;
    width: 1px;
    height: 60%;
    background: #e6e6e6;
    content: '';
  }
  .p-header__global-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-header__global-title:before {
    position: absolute;
    top: 20%;
    left: 0;
    width: 1px;
    height: 60%;
    background: #e6e6e6;
    content: '';
  }
  .p-header__global-link {
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 10px;
    font-size: 1.4rem;
    -webkit-transition: color 0.3s, background 0.3s;
    -o-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
  }
  .p-header__global-link span {
    position: relative;
    display: inline-block;
  }
  .p-header__global-link:after {
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #4487ef;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    content: '';
  }
  @supports ((-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))) {
  }
  .p-header__sp-global-toggle {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1024px) {
  .p-header__logo {
    height: 48px;
  }
  .p-header__nav {
    position: fixed;
    top: 48px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: calc(100% - 48px);
    overflow: auto;
    background: #fff;
  }
  .p-header__nav-inner {
    margin-bottom: 3rem;
  }
  .p-header__utility-nav {
    display: none;
  }
  .p-header__global-item {
    border-bottom: 1px solid #e6e6e6;
  }
  .p-header__global-link {
    position: relative;
    width: 100%;
    padding: 1.5rem 3rem 1.5rem 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  }
  .p-header__global-link:after {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    margin-top: -0.5em;
    color: #333;
    font-weight: 400;
    font-size: 0.75em;
    font-family: icons;
    font-style: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    line-height: 1.2;
    text-transform: none;
    vertical-align: middle;
    content: '\EA1A';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .p-header__sp-toggle-btn._globalmenu .line {
    width: 24px;
    height: 15px;
  }
  .u-hide-m-down {
    display: none !important;
  }
}
@media only print and (hover: hover), screen and (min-width: 1025px) and (hover: hover) {
  .p-header__global-link:hover {
    z-index: 1;
    color: #4487ef;
    text-decoration: none;
  }
  .p-header__global-link:hover:after {
    opacity: 1;
  }
}

/*! ========================================
  ヘッダースペース
========================================= */
[id] {
  scroll-margin-top: 59px;
}
@media (min-width: 1025px) {
  [id] {
    scroll-margin-top: 65px;
  }
}
@media (min-width: 1201px) {
  [id] {
    scroll-margin-top: 80px;
  }
}
.p-header + main,
.p-header + .pd-header__inner {
  padding-top: 146px;
}
@media (max-width: 1200px) {
  .p-header + main,
  .p-header + .pd-header__inner {
    padding-top: 105px;
  }
}
@media (max-width: 1024px) {
  .p-header + main,
  .p-header + .pd-header__inner {
    padding-top: 60px;
  }
  /* common-layout.cssの上書き */
  .md-header--nav-extend-available ~ .pd-header__inner {
    padding-top: 60px;
  }
}
/*! ========================================
  header
========================================= */
.p-header {
  font-family: 'Noto Sans JP', sans-serif !important;
}
.p-header .p-header__inner {
  position: fixed;
  width: 100%;
  border-bottom: 1px solid var(--color-border);
}
@media (min-width: 1025px) {
  .p-header .p-header__inner {
    border-bottom: none;
  }
}
/*! layout */
.p-header .u-pc {
  display: none !important;
}
.p-header .u-sp {
  display: block !important;
}
@media (min-width: 1025px) {
  .p-header .u-pc {
    display: block !important;
  }
  .p-header .u-sp {
    display: none !important;
  }
}
@media (min-width: 1201px) {
  .p-header .p-header__top {
    height: 80px;
  }
}
/*! ロゴ  */
.p-header .p-header__logo-mark {
  width: 80px;
}
@media (min-width: 1025px) {
  .p-header .p-header__logo-mark {
    width: 250px;
  }
}
@media (min-width: 1201px) {
  .p-header .p-header__logo-mark {
    width: 300px;
  }
}
@media (max-width: 1024px) {
  .p-header .p-header__top .p-header__logo {
    height: 60px;
  }
}
/*! p-header__links */
.p-header .p-header__links {
  display: flex;
}
.p-header .p-header__utility-link {
  color: #2d4486;
}
.p-header .p-header__utility-link:hover {
  color: #2d4486;
}
.p-header .md-header__request-btn {
  color: #fff;
  border-color: #e52d2c;
  background-color: #e52d2c;
}
.p-header .md-header__request-btn:hover {
  color: #e52d2c;
  border-color: #ffc8c7;
  background-color: #ffc8c7;
}
.p-header .md-header__request-btn:hover .md-header__request-btn-icon {
  filter: invert(81%) sepia(80%) saturate(5939%) hue-rotate(353deg) brightness(104%) contrast(80%);
}
.p-header .md-header__utility-icon {
  display: inline-block;
  line-height: 1;
  margin-right: 5px;
}
.p-header .md-header__utility-icon img {
  width: 100%;
  object-fit: contain;
  vertical-align: middle;
}
.p-header .p-header__global-item {
  border-bottom: none;
}
@media (min-width: 1025px) {
  .p-header .p-header__global-item {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  .p-header .p-header__global-item:last-child .p-header__global-title:after,
  .p-header .p-header__global-title::before {
    width: 0;
  }
}
/*! 閉じるボタン */
.p-header .p-header__sp-global-toggle {
  position: static;
  width: 40px;
  height: auto;
}
.p-header .p-header__sp-toggle-btn {
  position: static;
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #333;
}
.p-header .p-header__sp-toggle-btn._globalmenu.is-active .line > span:first-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-header .p-header__sp-toggle-btn._globalmenu.is-active .line > span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*! p-header__nav-container */
.p-header .p-header__nav-container {
  padding: 20px 20px 40px;
}
@media (min-width: 1025px) {
  .p-header .p-header__nav-container {
    padding: 0;
  }
}
/*! p-header__nav */
.p-header .p-header__nav {
  background: #fff;
  visibility: visible;
  -webkit-transition: all 0.3s linear 0.2s;
  transition: all 0.3s linear 0.2s;
  opacity: 1;
  max-width: 86vw;
  height: calc(100% - 60px);
  right: 0;
  overscroll-behavior: contain;
}
@media (min-width: 1025px) {
  .p-header .p-header__nav {
    background: #182e4c;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .p-header .p-header__nav {
    top: 61px;
    margin-left: auto;
    right: -100%;
    transition: right 0.3s ease;
    display: block;
  }
  .p-header .p-header__nav[aria-hidden='false'] {
    right: 0;
  }
  .p-header .p-header__nav-inner {
    margin-bottom: 0;
  }
}
/*! p-header__global-link */
@media (min-width: 1025px) {
  .p-header .p-header__global-link {
    font-size: 18px;
    padding: 20px 0;
    color: #fff;
  }
  .p-header .p-header__global-link:after {
    background: #fff;
  }
  .p-header .p-header__global-link:hover {
    color: #fff;
  }
}
/* @media (min-width: 1201px) {
  .p-header .p-header__global-link {
    font-size: 18px;
    padding: 20px 0;
    color: #fff;
  }
} */
@media (max-width: 1025px) {
  .p-header .p-header__global-link:after {
    content: none;
  }
}
/*! dropdown */
.p-header .header_nav_dropdown {
  display: block;
  position: relative;
  color: #999;
  cursor: pointer;
}
.p-header .header_nav_dropdown_list {
  display: flex;
  flex-direction: column;
}
.p-header .header_nav_dropdown_list_item {
  padding: 6px 16px 0;
}
.p-header .header_nav_dropdown_link {
  display: block;
  color: #242424;
  word-break: keep-all;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 1025px) {
  .p-header .header_nav_dropdown {
    color: #fff;
  }
  .p-header .header_nav_dropdown_list {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    z-index: 10;
    width: auto;
  }
  .p-header .header_nav_dropdown_list_item {
    padding: 0;
  }
  .p-header .header_nav_dropdown_link {
    padding: 8px 20px;
  }
  .p-header .header_nav_dropdown_link:hover {
    background-color: #f9f9f9;
    color: #242424;
  }
  .p-header .header_nav_dropdown:hover + .header_nav_dropdown_list,
  .p-header .header_nav_dropdown_list:hover {
    display: block;
  }
}
/*! header_nav_contact */
.p-header .header_nav_contact {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  margin: 50px 20px 16px;
  padding: 16px;
  border-radius: 14px;
  background-color: #2d4385;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bolder;
  text-align: center;
  word-break: keep-all;
  white-space: nowrap;
}
.p-header .header_nav_contact_small {
  font-size: 1.4rem;
}
.p-header .header_contact {
  display: flex;
  margin-left: auto;
  margin-right: 16px;
  padding: 4px 8px 2px;
  border-radius: 4px;
  border: 1px solid #2d4385;
  color: #2d4385;
  font-size: 1rem;
  font-weight: bolder;
  text-align: center;
}
@media (min-width: 1025px) {
  .p-header .header_contact {
    display: none;
  }
}
/*! header__overlay */
.p-header .header__overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  /* height: 100vh; */
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: -1;
  transition: all 0.1s ease-in-out;
}
.p-header .header__overlay.is-active {
  opacity: 1;
  z-index: 100;
}
