:root {
  /* 状態管理 */
  --nav-overlay-opacity: 0;
  --nav-overlay-z-index: -1;
  --nav-overlay-overflow: visible;
  --nav-menu-position: -100%;
}
.is-nav-shown {
  --nav-overlay-opacity: 1;
  --nav-overlay-z-index: 100;
  --nav-overlay-overflow: hidden;
  --nav-menu-position: 0;
}
html {
  overflow: var(--nav-overlay-overflow);
}

/* md-layout.css */
html {
  scroll-behavior: smooth;
}
:where(.p-header) ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
:where(.p-header) .md-btn {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.64px;
  text-align: center;
  border-radius: 8px;
  border: none;
  outline: none;
  cursor: pointer;
}
:where(.p-header) .md-btn--l-border-radius {
  border-radius: 100px;
}
:where(.p-header) .md-btn--left-arrow::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  transform-origin: right;
}
:where(.p-header) .md-btn--blue {
  color: #ffffff;
  background-color: #344ba0;
}
:where(.p-header) .md-btn--l-border-radius.md-btn--blue {
  box-shadow: 0 4px 0px #192963;
}
:where(.p-header) .p-footer-service__body {
  display: block;
}

/* md-top.css */
:where(.p-header) .md-contact__telnumber-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: 10px;
}
:where(.p-header) .md-contact__tel-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
}
:where(.p-header) .md-contact__tel-icon img {
  width: 100%;
  object-fit: contain;
}
:where(.p-header) .md-contact__telnumber {
  color: #d81c1c;
  white-space: nowrap;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.12px;
}
:where(.p-header) .md-course__box ul.md-box-info__list li::marker {
  font-size: 14px;
}
:where(.p-header) .p-footer-service__main-service-item a.md-btn {
  color: #fff;
}

/* md-common.css */
.md-mt-17 {
  margin-top: 17px;
}
.md-p-10 {
  padding: 10px;
}
.md-fw-bold {
  font-weight: bold;
}
.md-fs-10 {
  font-size: 10px;
}
.md-fs-12 {
  font-size: 12px;
}
.md-w-200 {
  width: 200px;
}
.md-h100per {
  height: 100%;
}
.md-bg-blue02 {
  background-color: #233f87;
}
.md-gap-20 {
  gap: 20px;
}
.clr-white {
  color: #fff;
}
@media all and (min-width: 1025px) {
  .lg\:right-0 {
    right: 0;
  }
}
@media all and (min-width: 1200px) {
  .xl\:fs-12 {
    font-size: 12px;
  }
}

/* common-layout.css */
:where(.p-header) .md-contact__telnumber {
  color: #f00220;
  font-family: Roboto;
}
:where(.p-header) .md-contact__tel-icon {
  width: 16px;
}
.p-header__inner {
  position: fixed;
  width: 100%;
}
.pd-header__inner {
  padding-top: 60px;
}

@media screen and (min-width: 769px) {
  :where(.p-header) .md-btn--left-arrow::before {
    width: 10px;
    height: 10px;
  }
  :where(.p-header) .md-contact__telnumber {
    font-size: 34px;
    border: none;
    text-decoration: none;
  }
  :where(.p-header) .md-contact__tel-icon {
    width: 20px;
    margin-top: 0;
  }
  .pd-header__inner {
    padding-top: 60px;
  }
}

@media screen and (min-width: 1025px) {
  .pd-header__inner {
    padding-top: 104px;
  }
}

@media screen and (min-width: 1200px) {
  .pd-header__inner {
    padding-top: 146px;
  }
}

/* header */
.p-header .pc {
  display: none !important;
}
.p-header .sp {
  display: block !important;
}
@media screen and (min-width: 1025px) {
  .p-header .sp {
    display: none !important;
  }
  .p-header .pc {
    display: block !important;
  }
}
.md-contact__telnumber.md-header__telnumber {
  font-size: 30px;
  line-height: 1;
}
.md-footer-service__main-service-item-inner-img {
  height: 35px;
}
.md-footer-service__main-service-item-inner-img img {
  height: 100%;
  object-fit: contain;
}
.md-header__logo-mark {
  width: 80px;
}
.md-header__sp-utility-item .md-header__utility-link {
  display: flex;
  align-items: center;
  background-color: #0379d6;
  border-radius: 50px;
  padding: 9px 11px;
  justify-content: space-around;
  gap: 6px;
}
.md-header__utility-link .md-utility__icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.md-header__utility-link .md-utility__icon img {
  width: 70%;
  object-fit: contain;
}
.md-header__utility-link .md-utility__text-label {
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 0 6px;
}
.md-main-service-item-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.md-main-service-item-box__content {
  flex: 1;
}
.md-sitemap__toggle-btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.5rem 4rem;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
}
.md-sitemap__item .md-sitemap__toggle-btn::after {
  position: absolute;
  top: 50%;
  right: 2rem;
  margin-top: -0.6em;
  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: '\EA06';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.md-sitemap__toggle-contents {
  display: none;
}
.md-sitemap__toggle-contents[aria-hidden='false'] {
  display: block;
}
.md-sitemap__toggle-contents .md-sitemap__link {
  position: relative;
  padding: 0.6rem 0;
}
.md-sitemap__child {
  margin-left: 6rem;
}
.md-sitemap__child .md-sitemap__child-items:first-child {
  margin-top: 0;
}
.md-sitemap__child .md-sitemap__child-items {
  list-style: none;
}
.md-sitemap__child .md-sitemap__child-item {
  font-size: 16px;
  line-height: 1.6;
}
.md-sitemap__child a {
  color: #ffffff;
}
.md-sitemap__child .md-sitemap__link {
  display: block;
  padding: 0.5rem 0;
  font-weight: 400;
}
.p-header .p-footer__service {
  margin: 3rem 1.5rem;
}
.p-header .p-footer-service__main-service-items {
  margin: 0;
}
.p-header__global-items {
  border-bottom: 1px solid hsla(0, 0%, 90.2%, 0.2);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.p-header__global-items-title {
  color: #bfbfbf;
  font-size: 18px;
  padding: 1rem 2rem;
  font-weight: 700;
}
.p-header__global-item {
  border: none;
}
.p-header__global-link {
  border: none;
  padding: 0.5rem 3rem 0.5rem 4rem;
}
.p-header__global-link:after {
  right: 1.9rem;
}
.p-header__nav {
  background: #233f87;
}
.p-header__overlay {
  display: block;
  position: fixed;
  inset: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: var(--nav-overlay-opacity);
  z-index: var(--nav-overlay-z-index);
  transition: opacity 0.3s ease-in-out;
}
.p-header__sp-toggle-btn {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.md .p-header__sp-toggle-btn._globalmenu .line > span:before {
  background: #fff;
}

@media only screen and (min-width: 1025px) {
  .md-header__global-item {
    flex: unset;
  }
  .md-header__utility-link .md-utility__text-label {
    font-size: 20px;
  }
  .md-header__utility-link .md-utility__icon {
    width: 32px;
    height: 32px;
  }
  .md-sitemap__toggle-btn {
    font-size: 14px;
    pointer-events: none;
  }
  .md-sitemap__item .md-sitemap__toggle-btn::after {
    content: none;
  }

  .p-header__global {
    justify-content: normal;
  }
  .p-header__global-link {
    font-size: 14px;
    padding: 1rem 4rem;
  }
  .p-header__global-nav {
    width: 100%;
  }
  .p-header__global-nav-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .p-header__nav-dropdown {
    position: relative;
    display: block;
    cursor: pointer;
  }
  .p-header__nav-dropdown-list {
    display: none;
    position: absolute;
    top: 100%;
    background-color: #233f87;
    border-radius: 0 0 8px 8px;
    padding: 8px 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    z-index: 10;
    min-width: 320px;
  }
  .p-header__nav-dropdown + .p-header__nav-dropdown-list {
    max-height: min(70vh, 500px);
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #fff #233f87;
  }
  .p-header__nav-dropdown + .p-header__nav-dropdown-list::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  .p-header__nav-dropdown + .p-header__nav-dropdown-list::-webkit-scrollbar-track {
    background: #233f87;
  }
  .p-header__nav-dropdown + .p-header__nav-dropdown-list::-webkit-scrollbar-thumb {
    background: #fff;
    border: 2px solid #233f87;
    border-radius: 999px;
  }
  .p-header__nav-dropdown:hover + .p-header__nav-dropdown-list,
  .p-header__nav-dropdown-list:hover {
    display: block;
  }
  .p-header__global-items {
    display: block;
    border-bottom: none;
  }
  .p-header__global-items:not(:last-of-type) {
    border-bottom: 1px solid hsla(0, 0%, 90.2%, 0.2);
  }
  .p-header__nav-dropdown-list .p-header__global-link {
    position: relative;
    display: block;
    padding: 0.5rem 3rem 0.5rem 4rem;
  }
  .p-header__nav-dropdown-list .p-header__global-link:hover {
    text-decoration: underline;
  }
  .p-header__nav-dropdown-list .p-header__global-link::after {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: auto;
    right: 0.5rem;
    margin-top: -0.5em;
    background: transparent;
    width: auto;
    height: auto;
    color: #fff;
    font-weight: 400;
    font-size: 0.7em;
    font-family: icons;
    font-style: normal;
    line-height: 1.2;
    opacity: 1;
    vertical-align: middle;
    content: '\EA1A';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .md-sitemap__child .md-sitemap__link {
    padding: 0.5rem 0;
  }
}

@media only screen and (min-width: 1200px) {
  .md-contact__telnumber.md-header__telnumber {
    font-size: 34px;
    line-height: 1;
  }
  .md-header__logo-mark {
    width: 130px;
  }
  .md-header__sp-utility-menu .md-contact__tel-icon {
    width: 24px;
  }
  .md-header__sp-utility-item .md-header__utility-link {
    padding: 9px 15px;
  }
  .md-header__top {
    height: 80px;
  }
  .md-header__utility-link .md-utility__icon {
    width: 32px;
    height: 32px;
  }
  .md-header__utility-link .md-utility__text-label {
    font-size: 20px;
    padding: 0 12px;
  }
  .md-sitemap__toggle-btn {
    font-size: 18px;
  }
  .p-header__global-link {
    font-size: 18px;
    padding: 2rem 4rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
  .md-header__nav {
    display: block;
    max-width: 90vw;
    top: 60px;
    right: var(--nav-menu-position);
    border-top: 1px solid hsla(0, 0%, 90.2%, 0.2);
    margin-left: auto;
    transition: right 0.3s ease;
  }
  .md-header__top .md-header__logo {
    height: 60px;
  }
}
