@charset "UTF-8";

/*///////////////////////////////////////////////////
//
//            ▼ ベース設定 ▼
//
///////////////////////////////////////////////////*/
html {
  color: #333;
  /* font-family: 游ゴシック, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, メイリオ, Meiryo, Osaka, sans-serif; */
}


.is_sp {
  display: none;
}

/* .point_reader {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
} */


:root {
  --blue: #004D9E;
  --AGENT_RED: #D10042;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

/*///////////////////////////////////////////////////
//
//            ▼ ナビ ▼
//
///////////////////////////////////////////////////*/
.client .breadcrumbs{
  margin-top: 144px;
}
.code-mc-panel{
  display: none !important;
}

header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50000;
  min-width: 1100px;
  font-family: 游ゴシック, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, メイリオ, Meiryo, Osaka, sans-serif;
}

.c-header__wrap {
  display: contents;
}

.c-header__top-message {
  padding: 0 min(5.2083333vw, 100px);
  height: 28px;
  background: #002F7E;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.c-header__top-message a {
  transition: opacity 0.3s;
}
.c-header__top-message a:hover {
  opacity: 0.7;
}
.c-header__top-message span {
  color: #FFF;
  font-size: 11px;
  font-weight: 700;
}

@media screen and (min-width: 1026px) and (max-width: 1279.999px) {
  .c-header__top-message {
    padding: 0 3.2083333vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1025.999px) {
  .c-header__top-message {
    padding: 0 2.208333vw;
  }
}

.c-header__center {
  padding: 0 min(5.2083333vw, 100px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 66px;
  background: #fff;
  box-shadow: 0px 2px 6px 0px #C5C5C5;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1026px) and (max-width: 1279.999px) {
  .c-header__center {
    padding: 0 3.2083333vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1025.999px) {
  .c-header__center {
    padding: 0 2.208333vw;
  }
}

.c-header__center__logo img {
  width: 230px;
  height: 30px;
}

@media screen and (min-width: 1026px) and (max-width: 1279.999px) {
  .c-header__center__logo img {
    width: 187px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1025.999px) {
  .c-header__center__logo img {
    width: 127px;
  }
}

.c-header__center-box {
  display: flex;
  align-items: center;
  height: 100%;
}

.c-header__center-nav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-header__center__mail {
  overflow: hidden;
  margin-left: min(1.67vw, 32px);
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid #FFF;
  background: #D10042;
  box-shadow: 4px 4px 10px 0px #E5EEF6;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  position: relative;
}
.c-header__center__mail::before {
  content: "";
  background: rgba(255, 255, 255, 0.15);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: -10%;
  left: -100%;
  transition: 0.5s ease-in-out;
  height: 100%;
  width: 110%;
}
.c-header__center__mail:hover {
  -webkit-transform: scale(1.05) rotate(0.0001deg);
  transform: scale(1.05) rotate(0.0001deg);
}
.c-header__center__mail:hover::before {
  left: 80%;
}

@media screen and (min-width: 768px) and (max-width: 1025.999px) {
  .c-header__center__mail {
    margin-left: 0.67vw;
  }
}

.c-header__center__mail span {
  color: #FFF;
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.8px;
}

.c-header__center__tel {
  margin-left: min(1.67vw, 32px);
  display: flex;
  align-items: flex-start;
  gap: 2px;
}

@media screen and (min-width: 768px) and (max-width: 1025.999px) {
  .c-header__center__tel {
    margin-left: 0.82vw;
  }
}

.c-header__center__tel svg {
  margin-top: 6px;
}

@media screen and (min-width: 768px) and (max-width: 1025.999px) {
  .c-header__center__tel svg {
    margin-top: 1px;
  }
}

.c-header__center__tel-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.c-header__center__tel-number {
  color: #004D9E;
  font-size: 26px;
  font-weight: 700;
  font-family: Helvetica;
  letter-spacing: 0.8px;
  line-height: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1025.999px) {
  .c-header__center__tel-number {
    font-size: 19px;
  }
}

.c-header__center__tel-hours {
  color: #333;
  font-feature-settings: "pwid" on;
  font-size: 11px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.8px;
}

@media screen and (min-width: 768px) and (max-width: 1025.999px) {
  .c-header__center__tel-hours {
    font-size: 9px;
  }
}

.c-header__center__nav {
  height: 100%;
}

.c-header__center__nav-list {
  display: flex;
  align-items: center;
  gap: min(2.8645vw, 54.998px);
  height: 100%;
}


@media screen and (min-width: 768px) and (max-width: 1025.999px) {
  .c-header__center__nav-list {
    gap: 0.8645vw;
  }
}

.c-header__center__nav-item {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.c-header__center__nav-item:hover .c-header__center__link-button {
  color: #002F7E;
}

.c-header__center__nav-item:hover .c-header__center__triangle {
  opacity: 1;
  visibility: visible;
}

.c-header__center__nav-item:hover .c-header__center__link-button--need:hover+.c-header__center__submenu,
.c-header__center__nav-item:hover .c-header__center__submenu:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.c-header__center__link-button {
  cursor: pointer;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.8px;
  transition: background-color 0.3s;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1026px) and (max-width: 1279.999px) {
  .c-header__center__link-button {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1025.999px) {
  .c-header__center__link-button {
    font-size: 12px;
  }
}

.c-header__center__triangle {
  position: absolute;
  bottom: -4%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 46px;
  height: 21px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

@media screen and (min-width: 1026px) and (max-width: 1279.999px) {
  .c-header__center__triangle {
    /* transform: translate(-50%, 7%); */
  }
}

@media screen and (min-width: 768px) and (max-width: 1025.999px) {
  .c-header__center__triangle {
    /* transform: translate(-50%, 21%); */
  }
}

.c-header__center__submenu {
  padding: 40px 0;
  position: fixed;
  display: flex;
  top: 94px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 365px;
  z-index: 10;
  justify-content: center;
  gap: 120px;
  background-color: rgba(4, 48, 119, 0.9);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.c-header__center__submenu::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 350px;
  background: #fff;
}

.c-header__center__submenu-item {
  max-width: 300px;
}

.c-header__center__submenu-item figure {
  margin-bottom: 20px;
}

.c-header__center__submenu-item figure img {
  width: 100%;
  height: auto;
}

.c-header__center__submenu-label {
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.8px;
}

.c-header__center__submenu-links ul {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
}

.c-header__center__submenu-link-item {
  margin-bottom: 8px;
}

.c-header__center__submenu-link-item a {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #FFF;
  text-decoration: none;
  position: relative;
}

.c-header__center__submenu-link-item a::before {
  content: "";
  position: absolute;
  bottom: -2%;
  left: 0%;
  background: #ffF;
  width: 0%;
  height: 1px;
  transition: width 0.3s;
}

.c-header__center__submenu-link-item a:hover::before {
  width: 100%;
}

.c-header__center__submenu-link-item a span {
  margin-right: 6px;
  font-size: 15px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.8px;
}

.c-header__center__submenu-link-item a svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.c-header__bottom {
  padding: 0 min(5.2083333vw, 100px);
  height: 50px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /* box-shadow: 0px 2px 6px 0px #C5C5C5; */
}

@media screen and (min-width: 1026px) and (max-width: 1279.999px) {
  .c-header__bottom {
    padding: 0 3.2083333vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1025.999px) {
  .c-header__bottom {
    padding: 0 2.208333vw;
  }
}

.c-header__bottom-list {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  gap: 24px;
}

@media screen and (min-width: 768px) and (max-width: 1025.999px) {
  .c-header__bottom-list {
    gap: 11px;
  }
}

.c-header__bottom-item {
  display: flex;
  align-items: center;
}

.c-header__bottom-button {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  transition: color 0.3s ease;
}

@media screen and (min-width: 768px) and (max-width: 1025.999px) {
  .c-header__bottom-button {
    font-size: 12px;
  }
}

.c-header__bottom-button span {
  font-size: 14px;
  color: #333;
  line-height: 160%;
}

.c-header__bottom-button svg {
  width: 24px;
  height: 24px;
  fill: #002F7E;
  transition: transform 0.3s ease;
}

.c-header__bottom-button:hover {
  color: #002F7E;
}

.c-header__bottom-button:hover svg {
  transform: translateY(2px);
}

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