.l-header {
  height: 90px;
  left: 0;
  padding-left: calc(50vw - 650px);
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 20;
}
@media (max-width: 767px) {
  .l-header {
    height: 70px;
  }
}
.l-mt-header {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .l-mt-header {
    margin-top: 70px;
  }
}
.c-logo-header {
  display: block;
  width: 167px;
}
@media (max-width: 1023px) {
  .c-logo-header {
    width: 138px;
  }
}
.c-logo-header img {
  display: block;
}
.c-btn-contact-header {
  align-items: center;
  background-color: #16a1df;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  max-width: 100%;
  min-height: 90px;
  padding: 5px;
  width: 170px;
}
@media (hover: hover), screen and (min-width: 768px) {
  .c-btn-contact-header {
    transition: filter 0.3s;
  }
  .c-btn-contact-header:hover {
    filter: brightness(1.15) contrast(1);
  }
}
@media (max-width: 1023px) {
  .c-btn-contact-header {
    font-size: 14px;
    width: 120px;
  }
}
.c-btn-hamburger {
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  height: 70px;
  justify-content: center;
  padding: 0;
  width: 60px;
}
.c-btn-hamburger__wrap {
  display: block;
}
.c-btn-hamburger__lines {
  height: 20px;
  margin: 0 auto;
  position: relative;
  width: 24px;
}
.is-open .c-btn-hamburger__lines {
  height: 33px;
  width: 33px;
}
.c-btn-hamburger__line {
  background: #001631;
  border-radius: 50px;
  display: block;
  height: 4px;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.c-btn-hamburger__line:focus {
  outline: none;
}
.c-btn-hamburger__line--top {
  top: 0;
}
.c-btn-hamburger__line--center {
  top: 8px;
}
.c-btn-hamburger__line--bottom {
  bottom: 0;
}
.is-open .c-btn-hamburger__line--top {
  top: 50%;
  transform: translateY(-50%);
  transform: translateY(-50%) rotate(45deg);
}
.is-open .c-btn-hamburger__line--center {
  opacity: 0;
}
.is-open .c-btn-hamburger__line--bottom {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  transform: translateY(-50%) rotate(-45deg);
}
.c-btn-drawer-menu {
  background-color: #16A1DF;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 20px 10px;
  text-align: center;
  width: 100%;
}
.p-header {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
}
.p-header__inner {
  align-items: center;
  display: flex;
  height: inherit;
  padding-left: min(3.8194444444vw, 55px);
}
@media (max-width: 1023px) {
  .p-header__inner {
    padding-left: 12px;
  }
}
.p-header__logo {
  display: block;
}
.p-header__nav {
  margin-left: auto;
}
@media (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}
.p-header__access {
  align-items: center;
  background: #EEF9FF;
  border-radius: 3px;
  color: #007DC3;
  display: none;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  gap: 5px;
  line-height: 1.6;
  margin-left: 38px;
  overflow: hidden;
  padding: 10px 8px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .p-header__access {
    display: inline-flex;
  }
}
.p-header__access::before {
  background: url(../img/common/header-pin-icon.svg) no-repeat center center/contain;
  content: "";
  height: 14px;
  margin-top: 2px;
  width: 10px;
}
.p-nav-header__lists {
  align-items: center;
  display: flex;
}
.p-nav-header__list {
  height: 90px;
  position: relative;
}
.p-nav-header__list::after {
  background-color: #16a1df;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 20px;
  transform: translateX(-50%);
  transition: width 0.1s;
  width: 0;
}
@media (max-width: 1023px) {
  .p-nav-header__list::after {
    top: 25px;
  }
}
.p-nav-header__list.is-active::after {
  width: 30px;
}
@media (max-width: 1023px) {
  .p-nav-header__list.is-active::after {
    width: 25px;
  }
}
@media (hover: hover) {
  .p-nav-header__list:hover::after {
    width: 30px;
  }
}
.p-nav-header__list.is-chintai::after {
  background-color: #228ab8;
}
.p-nav-header__list.is-kanri::after {
  background-color: #576daf;
}
.p-nav-header__list.is-baibai::after {
  background-color: #e7894c;
}
.p-nav-header__list.is-souzoku::after {
  background-color: #28a167;
}
.p-nav-header__btn {
  margin-left: 10px;
}
@media (max-width: 1023px) {
  .p-nav-header__btn {
    margin-left: 0;
  }
}
.p-nav-header__list--accordion {
  position: relative;
}
.p-nav-header__list--accordion > button {
  align-items: center;
  display: flex;
  height: 90px;
  justify-content: center;
}
.p-nav-header__btnAccordion {
  align-items: center;
  background: none;
  border: none;
  color: #001631;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}
@media (max-width: 1023px) {
  .p-nav-header__btnAccordion {
    font-size: 14px;
    padding-left: 16px;
    padding-right: 21px;
  }
}
.p-nav-header__btnAccordion::after {
  background-color: transparent;
  background-image: url(../img/common/icon-chevron-down-blue.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 8px;
  position: absolute;
  right: 1px;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  transition: transform 0.3s;
  width: 17px;
}
@media (max-width: 1023px) {
  .p-nav-header__btnAccordion::after {
    height: 7px;
    right: 4px;
    width: 15px;
  }
}
.p-nav-header__btnAccordion.is-open::after {
  transform: translateY(-50%) rotate(180deg);
}
.p-nav-header__link {
  align-items: center;
  color: #001631;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-left: 26px;
  padding-right: 26px;
  position: relative;
}
@media (max-width: 1023px) {
  .p-nav-header__link {
    font-size: 14px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.p-nav-header__link:hover .p-nav-header__tip {
  display: block;
  top: calc(100% - 16px);
}
.p-nav-header__list--hasMore:hover::after,
.p-nav-header__list--hasMore:focus-within::after {
  transform: translateY(-50%) rotate(180deg);
}
.p-nav-header__tip {
  background: #16a1df;
  border-radius: 5px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
  color: #fff;
  display: inline-block;
  display: none;
  font-size: 12px;
  font-weight: 700;
  left: 50%;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  padding: 10px 12px;
  position: absolute;
  text-indent: 0.1em;
  top: calc(100% - 16px);
  transform: translateX(-50%);
  transition: top 0.3s ease 0s;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}
.p-nav-header__tip:before {
  border: 15px solid transparent;
  border-top: 15px solid #16a1df;
  content: "";
  left: 50%;
  position: absolute;
  top: -24px;
  transform: translateX(-50%) rotateZ(180deg);
}
.is-chintai .p-nav-header__tip {
  background-color: #228ab8;
}
.is-chintai .p-nav-header__tip:before {
  border-top-color: #228ab8;
}
.is-kanri .p-nav-header__tip {
  background-color: #576daf;
}
.is-kanri .p-nav-header__tip:before {
  border-top-color: #576daf;
}
.is-baibai .p-nav-header__tip {
  background-color: #e7894c;
}
.is-baibai .p-nav-header__tip:before {
  border-top-color: #e7894c;
}
.is-souzoku .p-nav-header__tip {
  background-color: #28a167;
}
.is-souzoku .p-nav-header__tip:before {
  border-top-color: #28a167;
}
.p-nav-header__more {
  background-color: #fff;
  display: none;
  left: -14px;
  letter-spacing: 0;
  min-width: 198px;
  position: absolute;
  top: 100%;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .p-nav-header__more {
    left: -22px;
    min-width: 170px;
  }
}
.p-nav-header__more-list:not(:first-child) {
  margin-top: 1px;
}
.p-nav-header__more-link {
  background-color: #f5f5f5;
  color: #001631;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-bottom: 20px;
  padding-left: 38px;
  padding-right: 20px;
  padding-top: 20px;
  transition: background-color 0.3s, color 0.3s;
  width: 100%;
}
@media (hover: hover) {
  .p-nav-header__more-link:hover {
    background-color: #16a1df;
    color: #fff;
  }
}
@media (max-width: 1023px) {
  .p-nav-header__more-link {
    font-size: 14px;
  }
}
.p-drawer {
  display: none;
  position: relative;
  z-index: 50;
}
@media (max-width: 767px) {
  .p-drawer {
    display: block;
  }
}
.p-drawer__btn {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 3;
}
.p-drawer__bg {
  background-color: rgba(0, 138, 200, 0.85);
  bottom: 0;
  height: calc(100% - 70px);
  left: 0;
  margin-top: 70px;
  opacity: 0;
  position: fixed;
  position: fixed;
  right: 0;
  right: 0;
  top: 0;
  top: 0;
  transition: all 0.3s;
  visibility: hidden;
  z-index: 1;
  z-index: 2;
}
.p-drawer__bg.is-open {
  opacity: 1;
  visibility: visible;
}
.p-drawer__contents {
  background: #f1f1f1;
  height: calc(100% - 70px);
  margin-top: 70px;
  overflow: auto;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(400px);
  transition: all 0.3s;
  visibility: hidden;
  width: 250px;
  z-index: 2;
}
.p-drawer__contents.is-open {
  transform: translate(0);
  visibility: visible;
}
.p-nav-drawer__item {
  border-bottom: 1px solid #e8e8e8;
  display: block;
  text-align: center;
}
.p-nav-drawer__link {
  color: #001631;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-bottom: 15px;
  padding-top: 15px;
  width: 100%;
}
.p-nav-drawer__btnAccordion {
  background: none;
  border: none;
  color: #001631;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-bottom: 15px;
  padding-top: 15px;
  width: 100%;
}
.p-nav-drawer__btnAccordion.is-open span::after {
  transform: translateY(-50%) rotate(180deg);
}
.p-nav-drawer__btnAccordion span {
  padding-left: 33px;
  padding-right: 33px;
  position: relative;
}
.p-nav-drawer__btnAccordion span::after {
  background-color: transparent;
  background-image: url(../img/common/icon-chevron-down-blue.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 8px;
  position: absolute;
  right: 0;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  transition: transform 0.3s;
  width: 18px;
}
.p-nav-drawer__subItems {
  display: none;
  padding-bottom: 8px;
}
.p-nav-drawer__subItem a {
  color: #001631;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100%;
}
.p-nav-header__btnAccordion,
.p-nav-drawer__btnAccordion {
  font-family: inherit;
}
.p-nav-drawer__btnAccordion span {
  white-space: nowrap;
}
.p-header__inner {
  padding-right: min(3.8194444444vw, 55px);
}
@media (max-width: 1023px) {
  .p-header__inner {
    padding-right: 12px;
  }
}
@media (max-width: 767px) {
  .p-header__inner {
    padding-right: 0;
  }
}
.p-header__cta {
  display: none;
}
@media (max-width: 767px) {
  .p-header__cta {
    align-items: center;
    display: flex;
    margin-left: auto;
    margin-right: 64px;
  }
}
.p-header__cta-chintai {
  background: #f7971e;
  border-radius: 50px;
  display: inline-block;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 10px 30px;
  text-align: center;
}
@media (hover: hover), screen and (min-width: 768px) {
  .p-header__cta-chintai {
    transition: filter 0.3s;
  }
  .p-header__cta-chintai:hover {
    filter: brightness(1.15) contrast(1);
  }
}
@media (max-width: 767px) {
  .p-header__cta-chintai {
    padding: 4px 12px 6px;
  }
}
.p-header__cta-chintai__pop {
  background: #fff;
  border-radius: 50px;
  color: #f7971e;
  display: grid;
  font-size: 12px;
  font-weight: 600;
  height: 20px;
  line-height: 1;
  margin: 0 auto 7px;
  padding: 0 18px;
  place-items: center;
}
@media (max-width: 767px) {
  .p-header__cta-chintai__pop {
    font-size: 8px;
    height: 16px;
    margin-bottom: 5px;
    padding: 0 4px;
    white-space: nowrap;
  }
}
.p-header__cta-chintai__text {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  padding-right: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .p-header__cta-chintai__text {
    font-size: 11px;
    padding-right: 30px;
  }
}
.p-header__cta-chintai__text .is-em {
  font-size: 20px;
}
@media (max-width: 767px) {
  .p-header__cta-chintai__text .is-em {
    font-size: 13px;
  }
}
.p-header__cta-chintai__text::after {
  background: url(../img/chintai/icon_arrow-right.png) no-repeat center center;
  background-size: contain;
  content: "";
  height: 16px;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
@media (max-width: 767px) {
  .p-header__cta-chintai__text::after {
    height: 14px;
    width: 14px;
  }
}
.p-header__cta-kanri {
  align-items: center;
  display: flex;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  flex-direction: column;
  text-align: center;
  width: 190px;
}
@media (hover: hover), screen and (min-width: 768px) {
  .p-header__cta-kanri {
    transition: filter 0.3s;
  }
  .p-header__cta-kanri:hover {
    filter: brightness(1.15) contrast(1);
  }
}
@media (max-width: 767px) {
  .p-header__cta-kanri {
    width: 142px;
  }
}
.p-header__cta-kanri__top {
  background: url(../img/kanri/bg_convert-button-small_pc.svg) no-repeat center center;
  background-size: 100% 29px;
  color: #2e2e2e;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.36px;
  min-height: 29px;
  padding-left: 5px;
  padding-top: 3px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: 172px;
  z-index: 2;
}
@media (max-width: 767px) {
  .p-header__cta-kanri__top {
    background-image: url(../img/kanri/bg_convert-button-small_sp.svg);
    background-position: 2px top;
    background-size: 100% 21.5px;
    font-size: 8px;
    letter-spacing: 0;
    min-height: 21px;
    padding-top: 2px;
    white-space: nowrap;
    width: 124px;
  }
}
.p-header__cta-kanri__bottom {
  background: linear-gradient(to bottom, #fabe00, #fa9600);
  color: #fff;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  font-size: 20px;
  font-weight: 700;
  margin-top: -18px;
  padding: 16px 3px 8px 10px;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .p-header__cta-kanri__bottom {
    font-size: 16px;
    margin-top: -14px;
    padding: 12.3px 15px 7.6px;
  }
}
.p-header__cta-souzoku {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.p-header__cta-souzoku__text {
  color: #319974;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-header__cta-souzoku__text {
    display: none;
  }
}
.p-header__cta-souzoku__button {
  align-items: center;
  background: #319974;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  gap: 20px;
  justify-content: space-between;
  line-height: 1.5;
  padding: 10px 20px;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}
.p-header__cta-souzoku__button:hover {
  background: #2a7d5f;
}
@media (max-width: 767px) {
  .p-header__cta-souzoku__button {
    font-size: 13px;
    gap: 8px;
    padding: 8px 12px;
  }
}
.p-header__cta-souzoku__button-icon {
  flex-shrink: 0;
  margin-left: auto;
  width: 10px;
}
.p-drawer--chintai .p-drawer__bg {
  background-color: rgba(9, 114, 207, 0.85);
}
.p-drawer--chintai .c-btn-drawer-menu {
  background-color: #f7971e;
}
.p-drawer--kanri .p-drawer__bg {
  background-color: rgba(103, 122, 179, 0.85);
}
.p-drawer--kanri .c-btn-drawer-menu {
  background: linear-gradient(to bottom, #fabe00, #fa9600);
}
.p-drawer--souzoku .p-drawer__bg {
  background-color: rgba(49, 153, 116, 0.85);
}
.p-drawer--souzoku .c-btn-drawer-menu {
  background-color: #319974;
}
.u-hidden-visually {
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
@media (max-width: 767px) {
  html.is-fixed,
html.is-fixed body {
    overflow: hidden;
  }
}
.l-fv {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .l-fv {
    margin-top: 70px;
  }
}
html,
body {
  overflow-x: hidden;
}
